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 4c98070 commit b1309a1Copy full SHA for b1309a1
clang-tools-extra/clangd/Headers.h
@@ -125,11 +125,6 @@ class IncludeStructure {
125
// populates the structure.
126
std::unique_ptr<PPCallbacks> collect(const SourceManager &SM);
127
128
- void setMainFileEntry(const FileEntry *Entry) {
129
- assert(Entry && Entry->isValid());
130
- this->MainFileEntry = Entry;
131
- }
132
-
133
// HeaderID identifies file in the include graph. It corresponds to a
134
// FileEntry rather than a FileID, but stays stable across preamble & main
135
// file builds.
0 commit comments