>> +++ 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
