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 12febcf commit af9712fCopy full SHA for af9712f
clang-tools-extra/clangd/index/MemIndex.h
@@ -93,7 +93,7 @@ class MemIndex : public SymbolIndex {
93
// Set of files which were used during this index build.
94
llvm::StringSet<> Files;
95
// Contents of the index (symbols, references, etc.)
96
- IndexContents IdxContents;
+ IndexContents IdxContents = IndexContents::None;
97
std::shared_ptr<void> KeepAlive; // poor man's move-only std::any
98
// Size of memory retained by KeepAlive.
99
size_t BackingDataSize = 0;
0 commit comments