[PATCH] D25024: [clang-tidy] Add check for detecting declarations with multiple names

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 28 12:04:38 PDT 2016


Eugene.Zelenko added inline comments.

================
Comment at: clang-tidy/cppcoreguidelines/OneNamePerDeclarationCheck.cpp:26
@@ +25,3 @@
+
+} // end anonymous namespace
+
----------------
Namespace is inconsistent with following ones. It I'm not mistaken, **// namespace** is prevailing form in CLang-tidy code.


https://reviews.llvm.org/D25024





More information about the cfe-commits mailing list