alexfh added a comment.

Please add a documentation file.


================
Comment at: clang-tidy/misc/NewDeleteOverloadsCheck.cpp:42
@@ +41,3 @@
+    return Node.getNumParams() > 1;
+  else if (Node.getNumParams() == 1)
+    return false;
----------------
Please no `else` after `return`.


http://reviews.llvm.org/D13071



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

Reply via email to