alexfh requested changes to this revision.
alexfh added inline comments.
This revision now requires changes to proceed.


================
Comment at: test/clang-tidy/modernize-raw-string-literal.cpp:94
 
+char const *const Concatenated("\"foo\""
+                               "\"bar\"");
----------------
Does this test fail without the patch? Also, should there be a test covering 
the case where no replacement is made (and the current code issues a warning)?


https://reviews.llvm.org/D28667



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

Reply via email to