Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/Support/LegibleNames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class LegibleNames::Impl
If the symbolhas no name, then a reserved name based
on the type is returned instead.
*/
std::string_view
std::string
getRawUnqualified(SymbolID const& id)
{
Info const* I = corpus_.find(id);
Expand Down
Loading