range of replacing last namespace decl should be from last non nested namespace to last namespace
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D147843
[clang-tidy] fix hint use correct range to replace last NamespaceDecl ClosedPublic Authored by HerrCai0907 on Apr 8 2023, 1:04 AM.
Details Summary range of replacing last namespace decl should be from last non nested namespace to last namespace
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 8 2023, 2:02 AM Closed by commit rG0f9b71d11b91: [clang-tidy] fix hint use correct range to replace last NamespaceDecl (authored by HerrCai0907). · Explain WhyApr 8 2023, 12:04 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 511916 clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/modernize/concat-nested-namespaces.cpp
|