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 4ad5f96 commit 2fef1ceCopy full SHA for 2fef1ce
indexer/SymbolFormatter.cc
@@ -544,7 +544,7 @@ std::optional<std::string_view> SymbolFormatter::getUsingShadowSymbol(
544
return {};
545
}
546
auto descriptor = DescriptorBuilder{
547
- .name = llvm_ext::toStringView(usingShadowDecl.getName()),
+ .name = this->formatTemporary(usingShadowDecl),
548
.suffix = suffix,
549
};
550
return SymbolBuilder::formatContextual(*optContextSymbol, descriptor);
0 commit comments