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

Nuno Lopes nunoplopes at sapo.pt
Thu Dec 17 14:37:33 PST 2009


Author: nlopes
Date: Thu Dec 17 16:37:33 2009
New Revision: 91630

URL: http://llvm.org/viewvc/llvm-project?rev=91630&view=rev
Log:
reword the help text of fno_assume_sane_operator_new, following Chris suggestion

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=91630&r1=91629&r2=91630&view=diff

==============================================================================
--- cfe/trunk/include/clang/Driver/CC1Options.td (original)
+++ cfe/trunk/include/clang/Driver/CC1Options.td Thu Dec 17 16:37:33 2009
@@ -305,7 +305,7 @@
 def faccess_control : Flag<"-faccess-control">,
   HelpText<"Enable C++ access control">;
 def fno_assume_sane_operator_new : Flag<"-fno-assume-sane-operator-new">,
-  HelpText<"Don't assume that C++'s new operator is sane">;
+  HelpText<"Don't assume that C++'s global operator new can't alias any pointer">;
 def fdollars_in_identifiers : Flag<"-fdollars-in-identifiers">,
   HelpText<"Allow '$' in identifiers">;
 def fno_dollars_in_identifiers : Flag<"-fno-dollars-in-identifiers">,





More information about the cfe-commits mailing list