Eugene.Zelenko added inline comments.

================
Comment at: clang-tidy/readability/OneNamePerDeclarationCheck.cpp:47
+    // Single declarations and macros will be ignored
+    if (DeclStmt->isSingleDecl() == false &&
+        DeclStmt->getLocStart().isMacroID() == false) {
----------------
Please run Clang-tidy readability-simplify-boolean-expr. Will be good idea to 
run other readability and modernize checks too.


https://reviews.llvm.org/D27621



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to