ccls/src
2018-10-03 00:42:02 -07:00
..
messages Use pthread if defined(__unix__) || defined(__APPLE__) 2018-10-02 17:51:36 -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 Add PreambleStatCache 2018-10-02 22:15:21 -07:00
clang_complete.hh Add PreambleStatCache 2018-10-02 22:15:21 -07:00
clang_tu.cc Remove clang_utils.* 2018-09-23 20:34:40 -07:00
clang_tu.hh Remove clang_utils.* 2018-09-23 20:34:40 -07:00
config.cc Simplify pipeline and fix race 2018-09-20 01:08:31 -07:00
config.h Rename some initialization options 2018-09-30 11:46:34 -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 Rename some initialization options 2018-09-30 11:46:34 -07:00
include_complete.h Add license notice 2018-08-20 22:27:52 -07:00
indexer.cc For $ccls/member, use unadjusted RecordDecl (if there is forward declaration) and handle ClassTemplateSpecialization 2018-10-03 00:42:02 -07:00
indexer.h Use non-inferred entries and build preamble for .h; index on didOpen if no pending requests; documentHighlight 2018-10-01 16:56:50 -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_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 Revamp codeLens & codeAction 2018-09-30 11:44:24 -07:00
main.cc Clean 2018-10-01 16:56:53 -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 Rename some initialization options 2018-09-30 11:46:34 -07:00
message_handler.h Clean 2018-10-01 16:56:53 -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 Use non-inferred entries and build preamble for .h; index on didOpen if no pending requests; documentHighlight 2018-10-01 16:56:50 -07:00
pipeline.hh Use non-inferred entries and build preamble for .h; index on didOpen if no pending requests; documentHighlight 2018-10-01 16:56:50 -07:00
platform_posix.cc Use pthread if defined(__unix__) || defined(__APPLE__) 2018-10-02 17:51:36 -07:00
platform_win.cc Use pthread if defined(__unix__) || defined(__APPLE__) 2018-10-02 17:51:36 -07:00
platform.h Use pthread if defined(__unix__) || defined(__APPLE__) 2018-10-02 17:51:36 -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 Clean 2018-10-01 16:56:53 -07:00
project.h Use non-inferred entries and build preamble for .h; index on didOpen if no pending requests; documentHighlight 2018-10-01 16:56:50 -07:00
query_utils.cc Use non-inferred entries and build preamble for .h; index on didOpen if no pending requests; documentHighlight 2018-10-01 16:56:50 -07:00
query_utils.h Use non-inferred entries and build preamble for .h; index on didOpen if no pending requests; documentHighlight 2018-10-01 16:56:50 -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 Misc 2018-09-23 20:34:38 -07:00
serializer.h Misc 2018-09-23 20:34:38 -07:00
symbol.h Use non-inferred entries and build preamble for .h; index on didOpen if no pending requests; documentHighlight 2018-10-01 16:56:50 -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 Update threaded_queue.h (#82) 2018-09-26 17:47:03 -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 Clean 2018-10-01 16:56:53 -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