alexfh added a subscriber: alexfh.
alexfh added a comment.

A peanut gallery comment.


================
Comment at: clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.cpp:91
@@ +90,3 @@
+      diag_builder << FixItHint::CreateReplacement(ParenRange, CastText);
+    } else
+      diag(
----------------
Please add braces around the `else` body.


http://reviews.llvm.org/D14096



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

Reply via email to