alexfh added inline comments.

================
Comment at: test/clang-tidy/readability-redundant-string-init.cpp:69
@@ +68,3 @@
+#define M(x) x
+#define N { std::string s = ""; }
+
----------------
Please add a CHECK-FIXES to ensure the macro definition hasn't changed and that 
the macro invocations below are intact.


http://reviews.llvm.org/D17586



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

Reply via email to