]> granicus.if.org Git - clang/commitdiff
Fix formatting. NFC.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 5 Jan 2015 13:44:59 +0000 (13:44 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 5 Jan 2015 13:44:59 +0000 (13:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225168 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index e81e936e64e7e891842b98bd6d8846e0700ff7bb..e672d6c31154c279e9f4270a0e3085df011826c2 100644 (file)
@@ -2441,14 +2441,11 @@ static std::string getMSCompatibilityVersion(const char *VersionStr) {
 }
 
 // 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);
 }