]> granicus.if.org Git - clang/commit
Normalize line endings
authorDavid Majnemer <david.majnemer@gmail.com>
Sun, 2 Mar 2014 18:46:05 +0000 (18:46 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sun, 2 Mar 2014 18:46:05 +0000 (18:46 +0000)
commit5eccc20639f9811d548529582c2217fb03f10f74
tree1274d9915b889fae8416ea0f37a91b575dd4cd68
parent2052d938aa4adb2f1a82dddef7c02aa9d115fd89
Normalize line endings

Some files had CRLF line terminators, some only had a mixture of
CRLF and LF.  Switch to LF.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202659 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/Sema/ScopeInfo.h
include/clang/Sema/SemaInternal.h
include/clang/Sema/SemaLambda.h
lib/AST/ASTDiagnostic.cpp
lib/Sema/SemaTemplateInstantiate.cpp
test/Analysis/NewDeleteLeaks-PR18394.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p2-generic-lambda-1y.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p5-generic-lambda-1y.cpp
test/CodeGenCXX/microsoft-abi-alignment-fail.cpp
test/CodeGenCXX/microsoft-new.cpp
test/FixIt/fixit-include.h
test/SemaCXX/abstract.cpp
test/SemaCXX/cxx-altivec.cpp
test/SemaTemplate/ms-if-exists.cpp