diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2009-12-17 22:37:33 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2009-12-17 22:37:33 +0000 |
commit | 99860173af0b070f93558c26b78bb7ac07820370 (patch) | |
tree | cec5cc228234d97f7dacc8532dba65d99efe39ef | |
parent | 29da559b62d229f067a5b1851e438561dcbfd9bd (diff) |
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
-rw-r--r-- | include/clang/Driver/CC1Options.td | 2 |
1 files changed, 1 insertions, 1 deletions
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">, |