symbols in libcpp are inside the inline namespace, printQualifierAsString will
print the inline namespace, which is unexpected.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D75174
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 26 2020, 7:03 AM Closed by commit rG02323a3d5f9e: [clangd] use printQualifiedName to skip the inlinenamespace qualifiers. (authored by hokein). · Explain WhyFeb 26 2020, 7:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 246720 clang-tools-extra/clangd/refactor/Rename.cpp
clang-tools-extra/clangd/unittests/RenameTests.cpp
|