[PATCH] D15849: Fix several accidental DOS line endings in source files

Dimitry Andric via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 3 03:15:13 PST 2016


dim created this revision.
dim added a reviewer: joerg.
dim added a subscriber: cfe-commits.

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.

http://reviews.llvm.org/D15849

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15849.43857.patch
Type: text/x-patch
Size: 65185 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160103/92fdbe48/attachment-0001.bin>


More information about the cfe-commits mailing list