[PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check

Richard via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 4 12:51:10 PST 2016


LegalizeAdulthood added a comment.

I agree it needs more testing.

I think also my current approach to newlines is overly aggressive and will result in more raw string literals than people would prefer.

It's really the Windows style path separators and regex ones that are not controversial transformations.


http://reviews.llvm.org/D16529





More information about the cfe-commits mailing list