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 45311dbCopy full SHA for 45311db
clang-tools-extra/clangd/index/dex/Dex.h
@@ -123,6 +123,8 @@ class Dex : public SymbolIndex {
123
// Set of files which were used during this index build.
124
llvm::StringSet<> Files;
125
// Contents of the index (symbols, references, etc.)
126
+ // This is only populated if `Files` is, which applies to some but not all
127
+ // consumers of this class.
128
IndexContents IdxContents;
129
// Size of memory retained by KeepAlive.
130
size_t BackingDataSize = 0;
0 commit comments