[cfe-commits] r90976 - /cfe/trunk/include/clang/Driver/CC1Options.td

Mike Stump mrs at apple.com
Wed Dec 9 10:09:35 PST 2009


Author: mrs
Date: Wed Dec  9 12:09:35 2009
New Revision: 90976

URL: http://llvm.org/viewvc/llvm-project?rev=90976&view=rev
Log:
Fix 80-col violation.

Modified:
    cfe/trunk/include/clang/Driver/CC1Options.td

Modified: cfe/trunk/include/clang/Driver/CC1Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/CC1Options.td?rev=90976&r1=90975&r2=90976&view=diff

==============================================================================
--- cfe/trunk/include/clang/Driver/CC1Options.td (original)
+++ cfe/trunk/include/clang/Driver/CC1Options.td Wed Dec  9 12:09:35 2009
@@ -383,7 +383,8 @@
   HelpText<"Set the -iwithprefix/-iwithprefixbefore prefix">;
 def iwithprefix : JoinedOrSeparate<"-iwithprefix">, MetaVarName<"<dir>">,
   HelpText<"Set directory to SYSTEM include search path with prefix">;
-def iwithprefixbefore : JoinedOrSeparate<"-iwithprefixbefore">, MetaVarName<"<dir>">,
+def iwithprefixbefore : JoinedOrSeparate<"-iwithprefixbefore">,
+  MetaVarName<"<dir>">,
   HelpText<"Set directory to include search path with prefix">;
 def isysroot : JoinedOrSeparate<"-isysroot">, MetaVarName<"<dir>">,
   HelpText<"Set the system root directory (usually /)">;





More information about the cfe-commits mailing list