]> granicus.if.org Git - clang/commitdiff
Reformat a comment
authorDaniel Dunbar <daniel@zuster.org>
Mon, 18 May 2009 21:47:54 +0000 (21:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 18 May 2009 21:47:54 +0000 (21:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72046 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Driver.cpp

index f50db66c69c5bba08f06d935ba443260fb73ce74..3be083eb7eb2b09fd82603e094fda07e6e191433 100644 (file)
@@ -595,12 +595,11 @@ void Driver::BuildActions(const ArgList &Args, ActionList &Actions) const {
             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;