[PATCH] D141133: [clang-tidy] Implement CppCoreGuideline F.54
Carlos Galvez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 22 07:56:01 PST 2023
carlosgalvezp requested changes to this revision.
carlosgalvezp added inline comments.
This revision now requires changes to proceed.
================
Comment at: clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidCaptureDefaultWhenCapturingThisCheck.cpp:19
+
+namespace clang {
+namespace tidy {
----------------
We recently switched to using C++17 nested namespaces for all the clang-tidy folder, please update to keep it consistent.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141133/new/
https://reviews.llvm.org/D141133
More information about the cfe-commits
mailing list