[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:59:08 PDT 2016


Eugene.Zelenko added inline comments.

================
Comment at: docs/ReleaseNotes.rst:62
@@ -60,1 +61,3 @@
+  <http://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines-one-name-per-declaration.html>`_ check
+
 - New `cppcoreguidelines-slicing
----------------
Please add one sentence description. Probably //Checks for declarations with multiple names.// should be enough.


https://reviews.llvm.org/D25024





More information about the cfe-commits mailing list