This is an archive of the discontinued LLVM Phabricator instance.

[clangd] use printQualifiedName to skip the inlinenamespace qualifiers.
ClosedPublic

Authored by hokein on Feb 26 2020, 6:25 AM.

Details

Summary

symbols in libcpp are inside the inline namespace, printQualifierAsString will
print the inline namespace, which is unexpected.

Diff Detail

Event Timeline

hokein created this revision.Feb 26 2020, 6:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 26 2020, 6:25 AM
kadircet accepted this revision.Feb 26 2020, 7:03 AM
This revision is now accepted and ready to land.Feb 26 2020, 7:03 AM
This revision was automatically updated to reflect the committed changes.