[PATCH] D45932: [clang-tidy][modernize-raw-string-literal] Don't replace upper ASCII with raw literals

Zinovy Nis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 1 11:35:09 PDT 2018


zinovy.nis marked an inline comment as done.
zinovy.nis added inline comments.


================
Comment at: test/clang-tidy/modernize-raw-string-literal.cpp:44
+char const *const MultibyteSnowman("\xE2\x98\x83");
+// CHECK-FIXES: {{^}}char const *const MultibyteSnowman("\xE2\x98\x83");{{$}}
 
----------------
LegalizeAdulthood wrote:
> Consider adding CHECK-FIXES lines for the other test cases that should remain unmolested by the check.
I'm going to make a separate commit for that, OK?


https://reviews.llvm.org/D45932





More information about the cfe-commits mailing list