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

Chandler Carruth chandlerc at gmail.com
Thu Jul 14 17:04:38 PDT 2011


Author: chandlerc
Date: Thu Jul 14 19:04:38 2011
New Revision: 135225

URL: http://llvm.org/viewvc/llvm-project?rev=135225&view=rev
Log:
Switch help text in the CC1 driver from 'instantiation' to 'expansion'.

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=135225&r1=135224&r2=135225&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/CC1Options.td (original)
+++ cfe/trunk/include/clang/Driver/CC1Options.td Thu Jul 14 19:04:38 2011
@@ -264,7 +264,7 @@
 def ferror_limit : Separate<"-ferror-limit">, MetaVarName<"<N>">,
   HelpText<"Set the maximum number of errors to emit before stopping (0 = no limit).">;
 def fmacro_backtrace_limit : Separate<"-fmacro-backtrace-limit">, MetaVarName<"<N>">,
-  HelpText<"Set the maximum number of entries to print in a macro instantiation backtrace (0 = no limit).">;
+  HelpText<"Set the maximum number of entries to print in a macro expansion backtrace (0 = no limit).">;
 def ftemplate_backtrace_limit : Separate<"-ftemplate-backtrace-limit">, MetaVarName<"<N>">,
   HelpText<"Set the maximum number of entries to print in a template instantiation backtrace (0 = no limit).">;
 def fmessage_length : Separate<"-fmessage-length">, MetaVarName<"<N>">,





More information about the cfe-commits mailing list