[cfe-commits] r100881 - /cfe/trunk/include/clang/Driver/CC1Options.td
John McCall
rjmccall at apple.com
Fri Apr 9 12:09:08 PDT 2010
Author: rjmccall
Date: Fri Apr 9 14:09:08 2010
New Revision: 100881
URL: http://llvm.org/viewvc/llvm-project?rev=100881&view=rev
Log:
Argh, I modified the .inc file locally, not the .td.
Modified:
cfe/trunk/include/clang/Driver/CC1Options.td
Modified: cfe/trunk/include/clang/Driver/CC1Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/CC1Options.td?rev=100881&r1=100880&r2=100881&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/CC1Options.td (original)
+++ cfe/trunk/include/clang/Driver/CC1Options.td Fri Apr 9 14:09:08 2010
@@ -326,8 +326,8 @@
HelpText<"Disable implicit builtin knowledge of functions">;
def faltivec : Flag<"-faltivec">,
HelpText<"Enable AltiVec vector initializer syntax">;
-def faccess_control : Flag<"-faccess-control">,
- HelpText<"Enable C++ access control">;
+def fno_access_control : Flag<"-fno_access-control">,
+ HelpText<"Disable C++ access control">;
def fno_assume_sane_operator_new : Flag<"-fno-assume-sane-operator-new">,
HelpText<"Don't assume that C++'s global operator new can't alias any pointer">;
def fdollars_in_identifiers : Flag<"-fdollars-in-identifiers">,
More information about the cfe-commits
mailing list