ccls/src/messages
Fangrui Song dcaa5a07af Change Pos::line from int16_t to uint16_t
This allows representing line 0 ~ 65535.
2019-02-23 19:17:26 +08:00
..
ccls_call.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
ccls_info.cc Refactor serializer 2019-11-09 20:09:13 -08:00
ccls_inheritance.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
ccls_member.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
ccls_navigate.cc Change Pos::line from int16_t to uint16_t 2019-02-23 19:17:26 +08:00
ccls_reload.cc Refactor serializer 2019-11-09 20:09:13 -08:00
ccls_vars.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
initialize.cc Add cache.{hierarchicalPath,retainInMemory} 2019-02-21 23:46:20 +08:00
textDocument_code.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_completion.cc indexer: index TemplateTypeParmDecl and ParmVarDecl in declarations for clang >= 9 2019-02-22 10:59:05 +08:00
textDocument_definition.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_did.cc Add cache.{hierarchicalPath,retainInMemory} 2019-02-21 23:46:20 +08:00
textDocument_document.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_foldingRange.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_formatting.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_hover.cc Make hover more detailed (e.g. include inheritance info) 2019-02-22 23:49:37 +08:00
textDocument_references.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_rename.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_signatureHelp.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
workspace.cc Add cache.{hierarchicalPath,retainInMemory} 2019-02-21 23:46:20 +08:00