We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77cab8 commit 7dcd5e9Copy full SHA for 7dcd5e9
clang-tools-extra/clangd/index/dex/Dex.h
@@ -121,6 +121,8 @@ class Dex : public SymbolIndex {
121
llvm::DenseMap<std::pair<SymbolID, uint8_t>, std::vector<SymbolID>> Relations;
122
std::shared_ptr<void> KeepAlive; // poor man's move-only std::any
123
// Set of files which were used during this index build.
124
+ // Files and IdxContents are only populated for dynamic and background
125
+ // indexes, not static indexes.
126
llvm::StringSet<> Files;
127
// Contents of the index (symbols, references, etc.)
128
IndexContents IdxContents;
0 commit comments