Fix DOS-style newlines.
authorEli Bendersky <eliben@google.com>
Fri, 6 Jun 2014 20:31:48 +0000 (20:31 +0000)
committerEli Bendersky <eliben@google.com>
Fri, 6 Jun 2014 20:31:48 +0000 (20:31 +0000)
commit06a4042c8d64d21a3cc0642067ced3e0ad62129f
tree79581b846c9c314d4534e920c00bfd9c6de8cda7
parentc94391d3bfb18ed6ec0989fad1cdf66afd1292f7
Fix DOS-style newlines.

A previous patch r210330 (and possibly another) introduced DOS-style newlines
into a UNIX newline formatted file.

Patch by Mark Heffernan (http://reviews.llvm.org/D4046)

llvm-svn: 210369
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Parse/ParsePragma.cpp
clang/lib/Sema/SemaStmtAttr.cpp
clang/test/CodeGenCXX/class-layout.cpp