[PATCH] D45591: Clean carriage returns from lib/ and include/. NFC.
Arthur O'Dwyer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 12 13:56:04 PDT 2018
Quuxplusone created this revision.
Herald added subscribers: cfe-commits, krytarowski, emaste.
Clean carriage returns from lib/ and include/. NFC.
(I have to make this change locally in order for `git diff` to show sane output after I edit a file, so I might as well ask for it to be committed. I don't have commit privs myself.)
Here's the command I used to reformat things. (Requires bash and OSX/FreeBSD sed.)
git grep -l $'\r' lib include | xargs sed -i -e $'s/\r//'
Repository:
rC Clang
https://reviews.llvm.org/D45591
Files:
lib/AST/ASTDumper.cpp
lib/AST/ExprConstant.cpp
lib/CodeGen/CGExprScalar.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaPseudoObject.cpp
lib/Sema/SemaTemplate.cpp
lib/Serialization/ASTWriterStmt.cpp
lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45591.142255.patch
Type: text/x-patch
Size: 42229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180412/0a951827/attachment-0001.bin>
More information about the cfe-commits
mailing list