[cfe-commits] r91543 - in /cfe/trunk: include/clang/Basic/LangOptions.h include/clang/Driver/CC1Options.td include/clang/Driver/Options.td lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp lib/Sema/Sema.h lib/Sema/SemaDecl.cpp lib/Sema/SemaExprC
Nuno Lopes
nunoplopes at sapo.pt
Thu Dec 17 14:39:30 PST 2009
>> +++ cfe/trunk/include/clang/Driver/CC1Options.td Wed Dec 16 10:59:22 2009
>> @@ -304,6 +304,8 @@
>> HelpText<"Enable AltiVec vector initializer syntax">;
>> 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">;
>
> For the help description how about something like "Don't assume that C++'s
> global operator new can't alias any pointer"?
Thanks for the suggestion! It's great to have a native english speaker to
review my spelling :)
I've commited a fix.
Nuno
More information about the cfe-commits
mailing list