[cfe-commits] r72046 - /cfe/trunk/lib/Driver/Driver.cpp
Daniel Dunbar
daniel at zuster.org
Mon May 18 14:47:55 PDT 2009
Author: ddunbar
Date: Mon May 18 16:47:54 2009
New Revision: 72046
URL: http://llvm.org/viewvc/llvm-project?rev=72046&view=rev
Log:
Reformat a comment
Modified:
cfe/trunk/lib/Driver/Driver.cpp
Modified: cfe/trunk/lib/Driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Driver.cpp?rev=72046&r1=72045&r2=72046&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Driver.cpp (original)
+++ cfe/trunk/lib/Driver/Driver.cpp Mon May 18 16:47:54 2009
@@ -595,12 +595,11 @@
Ty = types::TY_Object;
}
- // -ObjC and -ObjC++ override the default language, but only
- // -for "source files". We just treat everything that isn't a
- // -linker input as a source file.
+ // -ObjC and -ObjC++ override the default language, but only for "source
+ // files". We just treat everything that isn't a linker input as a
+ // source file.
//
- // FIXME: Clean this up if we move the phase sequence into the
- // type.
+ // FIXME: Clean this up if we move the phase sequence into the type.
if (Ty != types::TY_Object) {
if (Args.hasArg(options::OPT_ObjC))
Ty = types::TY_ObjC;
More information about the cfe-commits
mailing list