On Sun, Mar 2, 2014 at 10:46 AM, David Majnemer <[email protected]>wrote:
> Author: majnemer > Date: Sun Mar 2 12:46:05 2014 > New Revision: 202659 > > URL: http://llvm.org/viewvc/llvm-project?rev=202659&view=rev > Log: > Normalize line endings > > Some files had CRLF line terminators, some only had a mixture of > CRLF and LF. Switch to LF. > > Modified: > cfe/trunk/include/clang/Sema/ScopeInfo.h > cfe/trunk/include/clang/Sema/SemaInternal.h > cfe/trunk/include/clang/Sema/SemaLambda.h > cfe/trunk/lib/AST/ASTDiagnostic.cpp > cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp > cfe/trunk/test/Analysis/NewDeleteLeaks-PR18394.cpp > > cfe/trunk/test/CXX/expr/expr.prim/expr.prim.lambda/p2-generic-lambda-1y.cpp > > cfe/trunk/test/CXX/expr/expr.prim/expr.prim.lambda/p5-generic-lambda-1y.cpp > cfe/trunk/test/CodeGenCXX/microsoft-abi-alignment-fail.cpp > cfe/trunk/test/CodeGenCXX/microsoft-new.cpp > cfe/trunk/test/FixIt/fixit-include.h > cfe/trunk/test/SemaCXX/abstract.cpp > cfe/trunk/test/SemaCXX/cxx-altivec.cpp > cfe/trunk/test/SemaTemplate/ms-if-exists.cpp Do we have test coverage for lexing files with CR and CRLF endings?
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
