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

Richard via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 31 19:42:30 PST 2016


LegalizeAdulthood added inline comments.

================
Comment at: docs/clang-tidy/checks/modernize-raw-string-literal.rst:46
@@ +45,3 @@
+editor.  Trailing whitespace is likely to be stripped by editors and other
+tools, changing the meaning of the literal.
+
----------------
LegalizeAdulthood wrote:
> It's a habit my fingers learned when they taught me to type on typewriters in high school.
...also, AFAIK, it doesn't matter in terms of the output produced.


http://reviews.llvm.org/D16529





More information about the cfe-commits mailing list