[PATCH] D147893: [clang-tidy] avoid colon in namespace cause false positve
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 9 22:31:40 PDT 2023
PiotrZSL added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp:175
+ llvm::errs() << Namespaces.size() << " " << ND.getName() << " clear\n";
Namespaces.clear();
----------------
debug log...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147893/new/
https://reviews.llvm.org/D147893
More information about the cfe-commits
mailing list