[PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
    Richard via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sun Feb  7 16:56:54 PST 2016
    
    
  
LegalizeAdulthood updated this revision to Diff 47157.
LegalizeAdulthood marked 2 inline comments as done.
LegalizeAdulthood added a comment.
Update from review comments.
Added a bunch of test cases for non-printing characters, templates and macros.
Removed string literals containing newline (`\n`) from being considered for transformation to raw string literals.
http://reviews.llvm.org/D16529
Files:
  clang-tidy/modernize/CMakeLists.txt
  clang-tidy/modernize/ModernizeTidyModule.cpp
  clang-tidy/modernize/RawStringLiteralCheck.cpp
  clang-tidy/modernize/RawStringLiteralCheck.h
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/modernize-raw-string-literal.rst
  test/clang-tidy/modernize-raw-string-literal.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16529.47157.patch
Type: text/x-patch
Size: 16083 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160208/f2aaf03e/attachment-0001.bin>
    
    
More information about the cfe-commits
mailing list