r202659 - Normalize line endings

Richard Smith richard at metafoo.co.uk
Sun Mar 2 10:57:35 PST 2014


On Sun, Mar 2, 2014 at 10:46 AM, David Majnemer <david.majnemer at gmail.com>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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140302/a3031f37/attachment.html>


More information about the cfe-commits mailing list