ccls/src
Fangrui Song 71e9835b8c documentSymbol: ignore TypeParameter
Reported by Riatre
2018-09-23 10:44:08 -07:00
..
messages documentSymbol: ignore TypeParameter 2018-09-23 10:44:08 -07:00
serializers Add clang.pathMappings to reuse cache files with differect source paths 2018-09-16 20:53:52 -07:00
clang_complete.cc Publish diagnostics of inferred files and change diagnostics.{onChange,onOpen,onSave} from bool to debounce time 2018-09-23 10:40:39 -07:00
clang_complete.hh Publish diagnostics of inferred files and change diagnostics.{onChange,onOpen,onSave} from bool to debounce time 2018-09-23 10:40:39 -07:00
clang_tu.cc intern args 2018-09-20 01:08:33 -07:00
clang_tu.h intern args 2018-09-20 01:08:33 -07:00
clang_utils.cc Normalize paths on Windows 2018-09-12 17:01:52 -07:00
clang_utils.h Add license notice 2018-08-20 22:27:52 -07:00
config.cc Simplify pipeline and fix race 2018-09-20 01:08:31 -07:00
config.h Publish diagnostics of inferred files and change diagnostics.{onChange,onOpen,onSave} from bool to debounce time 2018-09-23 10:40:39 -07:00
filesystem.cc Normalize paths on Windows 2018-09-12 17:01:52 -07:00
filesystem.hh experimental/filesystem -> LLVM/Support/FileSystem.h; sparsepp -> DenseMap 2018-05-13 15:24:04 -07:00
fuzzy_match.cc SkipFunctionBodiesScope; improve fuzzy 2018-08-28 00:27:16 -07:00
fuzzy_match.h Add license notice 2018-08-20 22:27:52 -07:00
hierarchy.hh Rename hierarchies to $ccls/{call,inheritance,member} 2018-09-13 14:55:27 -07:00
include_complete.cc Add license notice 2018-08-20 22:27:52 -07:00
include_complete.h Add license notice 2018-08-20 22:27:52 -07:00
indexer.cc Misc 2018-09-23 10:40:41 -07:00
indexer.h Fix spurious "Failed to index" errors 2018-09-23 10:40:41 -07:00
language.cc Add license notice 2018-08-20 22:27:52 -07:00
language.h Fix unaligned load/store; add index.multiVersion prototype, rename index.onParse to index.OnOpen 2018-09-02 23:10:03 -07:00
log.cc Add license notice 2018-08-20 22:27:52 -07:00
log.hh Add Config->reparseForDependency 2018-06-02 00:57:18 -07:00
lru_cache.h Add license notice 2018-08-20 22:27:52 -07:00
lsp_code_action.h Add license notice 2018-08-20 22:27:52 -07:00
lsp_completion.h Add license notice 2018-08-20 22:27:52 -07:00
lsp_diagnostic.h Add license notice 2018-08-20 22:27:52 -07:00
lsp.cc Normalize paths on Windows 2018-09-12 17:01:52 -07:00
lsp.h Add license notice 2018-08-20 22:27:52 -07:00
main.cc Add license notice 2018-08-20 22:27:52 -07:00
match.cc Simplify pipeline and fix race 2018-09-20 01:08:31 -07:00
match.h Add license notice 2018-08-20 22:27:52 -07:00
maybe.h Add license notice 2018-08-20 22:27:52 -07:00
message_handler.cc Simplify semantic highlighting 2018-09-20 17:49:39 -07:00
message_handler.h Publish diagnostics of inferred files and change diagnostics.{onChange,onOpen,onSave} from bool to debounce time 2018-09-23 10:40:39 -07:00
method.cc Add license notice 2018-08-20 22:27:52 -07:00
method.h Add license notice 2018-08-20 22:27:52 -07:00
pipeline.cc Fix spurious "Failed to index" errors 2018-09-23 10:40:41 -07:00
pipeline.hh Publish diagnostics of inferred files and change diagnostics.{onChange,onOpen,onSave} from bool to debounce time 2018-09-23 10:40:39 -07:00
platform_posix.cc Add license notice 2018-08-20 22:27:52 -07:00
platform_win.cc Normalize paths on Windows 2018-09-12 17:01:52 -07:00
platform.h Add license notice 2018-08-20 22:27:52 -07:00
position.cc Add license notice 2018-08-20 22:27:52 -07:00
position.h Add $ccls/navigate and improve textDocument/definition 2018-09-04 01:04:19 -07:00
project.cc Publish diagnostics of inferred files and change diagnostics.{onChange,onOpen,onSave} from bool to debounce time 2018-09-23 10:40:39 -07:00
project.h intern args 2018-09-20 01:08:33 -07:00
query_utils.cc Rename hierarchies to $ccls/{call,inheritance,member} 2018-09-13 14:55:27 -07:00
query_utils.h Rename hierarchies to $ccls/{call,inheritance,member} 2018-09-13 14:55:27 -07:00
query.cc intern strings in dependencies and IndexInclude::resolved_path 2018-09-20 01:08:33 -07:00
query.h intern args 2018-09-20 01:08:33 -07:00
serializer.cc intern args 2018-09-20 01:08:33 -07:00
serializer.h Add license notice 2018-08-20 22:27:52 -07:00
symbol.h textDocument/documentSymbol 2018-09-13 14:55:27 -07:00
test.cc Fix spurious "Failed to index" errors 2018-09-23 10:40:41 -07:00
test.h Add license notice 2018-08-20 22:27:52 -07:00
threaded_queue.h Add license notice 2018-08-20 22:27:52 -07:00
utils.cc Publish diagnostics of inferred files and change diagnostics.{onChange,onOpen,onSave} from bool to debounce time 2018-09-23 10:40:39 -07:00
utils.h Publish diagnostics of inferred files and change diagnostics.{onChange,onOpen,onSave} from bool to debounce time 2018-09-23 10:40:39 -07:00
working_files.cc Revamp completion and signatureHelp, set completion.detailedLabel: true and add completion.duplicateOptional 2018-09-12 17:01:48 -07:00
working_files.h Revamp completion and signatureHelp, set completion.detailedLabel: true and add completion.duplicateOptional 2018-09-12 17:01:48 -07:00