]> granicus.if.org Git - clang/commit
Fix several accidental DOS line endings in source files
authorDimitry Andric <dimitry@andric.com>
Sun, 3 Jan 2016 15:55:40 +0000 (15:55 +0000)
committerDimitry Andric <dimitry@andric.com>
Sun, 3 Jan 2016 15:55:40 +0000 (15:55 +0000)
commit3b05ba397b4c3f8f75071e83a03ed8ab49660fcb
tree3250fff72d9735b104384ce25cf08fab95cd23d2
parent93d12f762adfed45408403abf5f2cb23826516c1
Fix several accidental DOS line endings in source files

Summary:
There are a number of files in the tree which have been accidentally checked in with DOS line endings. Convert these to native line endings.

There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those.

Reviewers: joerg, aaron.ballman

Subscribers: aaron.ballman, cfe-commits

Differential Revision: http://reviews.llvm.org/D15849

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256704 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
test/CXX/lex/lex.literal/lex.string/p4.cpp
test/CodeGen/avx512cdintrin.c
test/CodeGen/pku.c
test/CodeGen/x86_32-xsave.c
test/CodeGen/x86_64-xsave.c
test/Driver/mingw-libgcc.c
test/Driver/mingw.cpp
test/Parser/cxx1z-attributes.cpp
test/Sema/attr-ownership.c
test/Sema/warn-documentation-crlf.c
test/SemaCXX/attr-cxx0x-fixit.cpp
test/SemaCXX/attr-no-sanitize-address.cpp
test/SemaCXX/attr-no-sanitize-memory.cpp
test/SemaCXX/attr-no-sanitize-thread.cpp
test/SemaCXX/cdtor-fn-try-block.cpp
test/SemaCXX/cxx0x-noexcept-expression.cpp