ccls/src/messages
Fangrui Song 4a1eea75db Misc changes to project
* Better LanguageId detection with clangDriver (e.g. .cu -> types::TY_CUDA)
* fallback when there is no .ccls or compile_commands.json

Also Hide clangTooling options from --help
2019-11-09 20:03:28 -08:00
..
ccls_call.cc Redesign SymbolRef, Ref, Use 2019-11-09 20:03:28 -08:00
ccls_info.cc Support workspace folders 2019-11-09 20:03:28 -08:00
ccls_inheritance.cc Rename hierarchies to $ccls/{call,inheritance,member} 2019-11-09 19:58:32 -08:00
ccls_member.cc Namespace: improve indexer and don't trace bases in $ccls/member 2019-11-09 20:03:28 -08:00
ccls_navigate.cc Redesign SymbolRef, Ref, Use 2019-11-09 20:03:28 -08:00
ccls_reload.cc Misc 2019-11-09 19:58:32 -08:00
ccls_vars.cc Redesign SymbolRef, Ref, Use 2019-11-09 20:03:28 -08:00
exit.cc Add license notice 2019-10-24 01:01:21 -07:00
initialize.cc Support workspace folders 2019-11-09 20:03:28 -08:00
shutdown.cc Add license notice 2019-10-24 01:01:21 -07:00
textDocument_codeAction.cc Revamp codeLens & codeAction 2019-11-09 20:03:28 -08:00
textDocument_codeLens.cc Use DeclRef spell to represent Use spell + Use extent 2019-11-09 20:03:28 -08:00
textDocument_completion.cc Fix additionalTextEdits -> textEdit hack for VS Code (#89) 2019-11-09 20:03:28 -08:00
textDocument_definition.cc Use DeclRef spell to represent Use spell + Use extent 2019-11-09 20:03:28 -08:00
textDocument_did.cc Misc changes to project 2019-11-09 20:03:28 -08:00
textDocument_documentHighlight.cc Redesign SymbolRef, Ref, Use 2019-11-09 20:03:28 -08:00
textDocument_documentSymbol.cc Fix hierarchical document symbol 2019-11-09 20:03:28 -08:00
textDocument_formatting.cc Support textDocument/{formatting,onTypeFormatting,rangeFormatting} 2019-11-09 20:03:26 -08:00
textDocument_hover.cc Misc changes to project 2019-11-09 20:03:28 -08:00
textDocument_implementation.cc Redesign SymbolRef, Ref, Use 2019-11-09 20:03:28 -08:00
textDocument_references.cc Redesign SymbolRef, Ref, Use 2019-11-09 20:03:28 -08:00
textDocument_rename.cc Add license notice 2019-10-24 01:01:21 -07:00
textDocument_signatureHelp.cc Improve completion 2019-11-09 20:03:28 -08:00
textDocument_typeDefinition.cc Redesign SymbolRef, Ref, Use 2019-11-09 20:03:28 -08:00
workspace_did.cc Support workspace folders 2019-11-09 20:03:28 -08:00
workspace_didChangeWatchedFiles.cc Publish diagnostics of inferred files and change diagnostics.{onChange,onOpen,onSave} from bool to debounce time 2019-11-09 19:58:32 -08:00
workspace_symbol.cc Use DeclRef spell to represent Use spell + Use extent 2019-11-09 20:03:28 -08:00