ccls/src/messages
Fangrui Song c9b213150d textDocument/rename: mitigate edits in the same place and edits in macro replacement
Mitigate edits in the same place (#294) and:

// textDocument/rename on `f`
void f();
void g() { m(); } // incorrectly rewrote m() before
2019-03-02 02:12:55 -08:00
..
ccls_call.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
ccls_info.cc Refactor serializer 2019-01-12 00:40:49 +08:00
ccls_inheritance.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
ccls_member.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
ccls_navigate.cc Change Pos::line from int16_t to uint16_t 2019-03-02 02:12:55 -08:00
ccls_reload.cc Refactor serializer 2019-01-12 00:40:49 +08:00
ccls_vars.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
initialize.cc Add cache.{hierarchicalPath,retainInMemory} 2019-03-02 02:12:55 -08:00
textDocument_code.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_completion.cc textDocument/rename: mitigate edits in the same place and edits in macro replacement 2019-03-02 02:12:55 -08:00
textDocument_definition.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_did.cc textDocument/didOpen: index related files when a header is opened 2019-01-27 10:33:23 +08:00
textDocument_document.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_foldingRange.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_formatting.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_hover.cc Make hover more detailed (e.g. include inheritance info) 2019-03-02 02:12:55 -08:00
textDocument_references.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_rename.cc textDocument/rename: mitigate edits in the same place and edits in macro replacement 2019-03-02 02:12:55 -08:00
textDocument_signatureHelp.cc textDocument/rename: mitigate edits in the same place and edits in macro replacement 2019-03-02 02:12:55 -08:00
workspace.cc Add cache.{hierarchicalPath,retainInMemory} 2019-03-02 02:12:55 -08:00