]> granicus.if.org Git - clang/commitdiff
reword the help text of fno_assume_sane_operator_new, following Chris suggestion
authorNuno Lopes <nunoplopes@sapo.pt>
Thu, 17 Dec 2009 22:37:33 +0000 (22:37 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Thu, 17 Dec 2009 22:37:33 +0000 (22:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91630 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/CC1Options.td

index 688c7846ee9e007ef9d66fb3f1b0747c3d59b343..f6160e97644539c5221ec8d837a5b16ec9233422 100644 (file)
@@ -305,7 +305,7 @@ def faltivec : Flag<"-faltivec">,
 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">,