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 098c1f5 commit 0b54337Copy full SHA for 0b54337
indexer/ScipExtras.cc
@@ -342,6 +342,7 @@ void IndexBuilder::addForwardDeclaration(
342
std::move(suffix.addFakePrefix().asStringRefMut()));
343
*extSym.add_documentation() = std::move(forwardDeclSym.documentation());
344
this->addExternalSymbolUnchecked(name, std::move(extSym));
345
+ forwardDeclResolver.insertExternal(name);
346
this->addForwardDeclOccurrences(name, std::move(forwardDeclSym));
347
}
348
return;
0 commit comments