llvm-project/clang-tools-extra/clangd/index
Kirill Bobyrev 7a94c918a0 [clangd] Allow using experimental Dex index
This patch adds hidden Clangd flag ("use-dex-index") which replaces
(currently) default `MemIndex` with `DexIndex` for the static index.

Reviewed by: ioeric

Differential Revision: https://reviews.llvm.org/D50897

llvm-svn: 340262
2018-08-21 10:32:27 +00:00
..
dex [clangd] Allow using experimental Dex index 2018-08-21 10:32:27 +00:00
CanonicalIncludes.cpp [clangd] Skip .inc headers when canonicalizing header #include. 2018-05-24 14:40:24 +00:00
CanonicalIncludes.h NFC: Enforce good formatting across multiple clang-tools-extra files 2018-08-14 16:03:32 +00:00
FileIndex.cpp [clangd] Index Interfaces for Xrefs 2018-08-06 13:14:32 +00:00
FileIndex.h NFC: Enforce good formatting across multiple clang-tools-extra files 2018-08-14 16:03:32 +00:00
Index.cpp [clangd] Simplify the code using UniqueStringSaver, NFC. 2018-08-20 09:47:12 +00:00
Index.h [clangd] Simplify the code using UniqueStringSaver, NFC. 2018-08-20 09:47:12 +00:00
MemIndex.cpp [clangd] Allow using experimental Dex index 2018-08-21 10:32:27 +00:00
MemIndex.h [clangd] Allow using experimental Dex index 2018-08-21 10:32:27 +00:00
Merge.cpp NFC: Enforce good formatting across multiple clang-tools-extra files 2018-08-14 16:03:32 +00:00
Merge.h NFC: Enforce good formatting across multiple clang-tools-extra files 2018-08-14 16:03:32 +00:00
SymbolCollector.cpp [clangd] Share getSymbolID implementation. 2018-08-07 08:57:52 +00:00
SymbolCollector.h [clangd] Support indexing MACROs. 2018-07-09 15:31:07 +00:00
SymbolYAML.cpp [clangd] Fix (most) naming warnings from clang-tidy. NFC 2018-07-26 12:05:31 +00:00
SymbolYAML.h NFC: Enforce good formatting across multiple clang-tools-extra files 2018-08-14 16:03:32 +00:00