[PATCH] D135859: [Includecleaner] Introduce RefType to ast walking
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 3 07:14:02 PDT 2022
tschuett added inline comments.
================
Comment at: clang-tools-extra/include-cleaner/lib/WalkAST.cpp:25
namespace clang::include_cleaner {
namespace {
+using DeclCallback =
----------------
There is a cuter way to use anonymous namespaces:
https://llvm.org/docs/CodingStandards.html#anonymous-namespaces
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135859/new/
https://reviews.llvm.org/D135859
More information about the cfe-commits
mailing list