staronj added inline comments.

================
Comment at: clang-tidy/modernize/UseBoolLiteralsCheck.cpp:56
@@ +55,3 @@
+                   "converting integer literal to "
+                   "bool%select{| inside a macro}0, use bool literal instead");
+
----------------
alexfh wrote:
> Can you explain, why is it important to note that this happens "inside a 
> macro"?
"Inside a macro" removed.


http://reviews.llvm.org/D18745



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

Reply via email to