ccls/src/messages
Leszek Swirski 7f82dcf3d1 Use DiagnosticRelatedInformation in clients that support it (#276)
In clients that support DiagnosticRelatedInformation, display
clang notes as these nested diagnostics rather than appending
them to the parent diagnostic's message. Behaviour for clients
that don't support related information should be unchanged.
2019-02-21 11:12:00 +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 Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +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 Use DiagnosticRelatedInformation in clients that support it (#276) 2019-02-21 11:12:00 +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 Compute CompletionItemKind from Declaration instead of CursorKind 2019-02-02 15:16:45 +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 Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +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 Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_signatureHelp.cc Enable documentation for signatureHelp on clang 7 2019-02-02 13:27:51 +08:00
workspace.cc Handle file deletion and register workspace/didChangeWatchedFiles 2019-01-27 10:31:10 +08:00