llvm-project/clang-tools-extra/clangd/index
Jan Korous ee1f4586f6 [clangd][nfc] Give name to a magic constant
llvm-svn: 327901
2018-03-19 20:26:15 +00:00
..
CanonicalIncludes.cpp [clangd] Make symbol name a required parameter for CanonicalIncludes::mapHeader 2018-03-01 18:30:48 +00:00
CanonicalIncludes.h [clangd] Make symbol name a required parameter for CanonicalIncludes::mapHeader 2018-03-01 18:30:48 +00:00
FileIndex.cpp [clangd] Add an interface that finds symbol by SymbolID in SymbolIndex. 2018-03-14 09:48:05 +00:00
FileIndex.h [clangd] Add an interface that finds symbol by SymbolID in SymbolIndex. 2018-03-14 09:48:05 +00:00
Index.cpp [clangd] collect symbol #include & insert #include in global code completion. 2018-02-16 14:15:55 +00:00
Index.h [clangd][nfc] Give name to a magic constant 2018-03-19 20:26:15 +00:00
MemIndex.cpp [clangd] Add an interface that finds symbol by SymbolID in SymbolIndex. 2018-03-14 09:48:05 +00:00
MemIndex.h [clangd] Add an interface that finds symbol by SymbolID in SymbolIndex. 2018-03-14 09:48:05 +00:00
Merge.cpp [clangd] Add an interface that finds symbol by SymbolID in SymbolIndex. 2018-03-14 09:48:05 +00:00
Merge.h [clangd] Merge results from static/dynamic index. 2018-01-15 12:33:00 +00:00
SymbolCollector.cpp [clangd] Collect the number of files referencing a symbol in the static index. 2018-03-12 14:49:09 +00:00
SymbolCollector.h [clangd] Collect the number of files referencing a symbol in the static index. 2018-03-12 14:49:09 +00:00
SymbolYAML.cpp [clangd] Collect the number of files referencing a symbol in the static index. 2018-03-12 14:49:09 +00:00
SymbolYAML.h [clangd] Fix use-after-free in SymbolYAML: strings are owned by yaml::Input! 2018-02-19 09:31:26 +00:00