r351634 - Convert two more files that were using Windows line endings and remove
Chandler Carruth via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 18 22:36:08 PST 2019
Author: chandlerc
Date: Fri Jan 18 22:36:08 2019
New Revision: 351634
URL: http://llvm.org/viewvc/llvm-project?rev=351634&view=rev
Log:
Convert two more files that were using Windows line endings and remove
a stray single '\r' from one file. These are the last line ending issues
I can find in the files containing parts of LLVM's file headers.
Modified:
cfe/trunk/lib/Basic/Targets/ARC.cpp
Modified: cfe/trunk/lib/Basic/Targets/ARC.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets/ARC.cpp?rev=351634&r1=351633&r2=351634&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/Targets/ARC.cpp (original)
+++ cfe/trunk/lib/Basic/Targets/ARC.cpp Fri Jan 18 22:36:08 2019
@@ -22,4 +22,4 @@ using namespace clang::targets;
void ARCTargetInfo::getTargetDefines(const LangOptions &Opts,
MacroBuilder &Builder) const {
Builder.defineMacro("__arc__");
-}
+}
More information about the cfe-commits
mailing list