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 0b0d9a3 commit 26760c7Copy full SHA for 26760c7
clang-tools-extra/clangd/index/dex/Dex.h
@@ -146,6 +146,8 @@ class Dex : public SymbolIndex {
146
// Set of files which were used during this index build.
147
llvm::StringSet<> Files;
148
// Contents of the index (symbols, references, etc.)
149
+ // This is only populated if `Files` is, which applies to some but not all
150
+ // consumers of this class.
151
IndexContents IdxContents = IndexContents::None;
152
// Size of memory retained by KeepAlive.
153
size_t BackingDataSize = 0;
0 commit comments