hanchenye-llvm-project/clang-tools-extra/clangd/index
Sam McCall 329fc143fd [clangd] Query dex index using query-style trigrams, not identifier-style trigrams
llvm-svn: 343453
2018-10-01 10:42:51 +00:00
..
dex [clangd] Query dex index using query-style trigrams, not identifier-style trigrams 2018-10-01 10:42:51 +00:00
CanonicalIncludes.cpp [clangd] Fix header mapping for std::string. NFC 2018-10-01 08:50:49 +00:00
CanonicalIncludes.h [clangd] Get rid of regexes in CanonicalIncludes 2018-08-22 13:51:19 +00:00
FileIndex.cpp [clangd] Store preamble macros in dynamic index. 2018-09-19 09:35:04 +00:00
FileIndex.h [clangd] Get rid of Decls parameter in indexMainDecls. NFC 2018-09-18 13:35:16 +00:00
Index.cpp [clangd] Fix error handling for SymbolID parsing (notably YAML and dexp) 2018-09-18 19:00:59 +00:00
Index.h [clangd] Initial supoprt for cross-namespace global code completion. 2018-09-27 18:46:00 +00:00
IndexAction.cpp Removed extra semicolon to fix Wpedantic. (NFCI). 2018-09-26 09:02:45 +00:00
IndexAction.h [clangd] Extract mapper logic from clangd-indexer into a library. 2018-09-25 20:02:36 +00:00
MemIndex.cpp [clangd] Initial supoprt for cross-namespace global code completion. 2018-09-27 18:46:00 +00:00
MemIndex.h [clangd] Add symbol slab size to index memory consumption estimates 2018-09-10 11:46:07 +00:00
Merge.cpp [clangd] Add more tracing to index queries. NFC 2018-09-27 18:23:23 +00:00
Merge.h [clangd] SymbolOccurrences -> Refs and cleanup 2018-09-04 14:39:56 +00:00
Serialization.cpp [clangd] Fix bugs with incorrect memory estimate report 2018-09-26 15:06:23 +00:00
Serialization.h [clangd] Extract mapper logic from clangd-indexer into a library. 2018-09-25 20:02:36 +00:00
SymbolCollector.cpp [clangd] Get rid of AST matchers in SymbolCollector. NFC 2018-09-17 07:43:49 +00:00
SymbolCollector.h [clangd] Extract mapper logic from clangd-indexer into a library. 2018-09-25 20:02:36 +00:00
YAMLSerialization.cpp [clangd] Merge binary + YAML serialization behind a (mostly) common interface. 2018-09-25 18:06:43 +00:00