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 22fdc57 commit 4142b5bCopy full SHA for 4142b5b
clang-tools-extra/clangd/index/dex/Dex.h
@@ -58,6 +58,7 @@ class Dex : public SymbolIndex {
58
KeepAlive = std::shared_ptr<void>(
59
std::make_shared<Payload>(std::move(BackingData)), nullptr);
60
this->BackingDataSize = BackingDataSize;
61
+ this->IdxContents = IndexContents::All;
62
}
63
64
template <typename SymbolRange, typename RefsRange, typename RelationsRange,
0 commit comments