From: Nuno Lopes Date: Thu, 17 Dec 2009 22:37:33 +0000 (+0000) Subject: reword the help text of fno_assume_sane_operator_new, following Chris suggestion X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99860173af0b070f93558c26b78bb7ac07820370;p=clang reword the help text of fno_assume_sane_operator_new, following Chris suggestion git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91630 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/CC1Options.td b/include/clang/Driver/CC1Options.td index 688c7846ee..f6160e9764 100644 --- a/include/clang/Driver/CC1Options.td +++ b/include/clang/Driver/CC1Options.td @@ -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">,