r225168 - Fix formatting. NFC.

Rafael Espindola rafael.espindola at gmail.com
Mon Jan 5 05:44:59 PST 2015


Author: rafael
Date: Mon Jan  5 07:44:59 2015
New Revision: 225168

URL: http://llvm.org/viewvc/llvm-project?rev=225168&view=rev
Log:
Fix formatting. NFC.

Modified:
    cfe/trunk/lib/Driver/Tools.cpp

Modified: cfe/trunk/lib/Driver/Tools.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?rev=225168&r1=225167&r2=225168&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.cpp (original)
+++ cfe/trunk/lib/Driver/Tools.cpp Mon Jan  5 07:44:59 2015
@@ -2441,14 +2441,11 @@ static std::string getMSCompatibilityVer
 }
 
 // Claim options we don't want to warn if they are unused. We do this for
-// options that
-// build systems might add but are unused when assembling or only running the
-// preprocessor
-// for example.
+// options that build systems might add but are unused when assembling or only
+// running the preprocessor for example.
 static void claimNoWarnArgs(const ArgList &Args) {
   // Don't warn about unused -f(no-)?lto.  This can happen when we're
-  // preprocessing,
-  // precompiling or assembling.
+  // preprocessing, precompiling or assembling.
   Args.ClaimAllArgs(options::OPT_flto);
   Args.ClaimAllArgs(options::OPT_fno_lto);
 }





More information about the cfe-commits mailing list