diff options
author | John McCall <rjmccall@apple.com> | 2010-04-09 19:09:08 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-04-09 19:09:08 +0000 |
commit | 380509aa107c550d0e77ee2db4069e127709427c (patch) | |
tree | 1cb0ea4aa42bd717f77f53da422c40359a041cc5 | |
parent | 7002f4c03c2d0544f4e8bea8d3a5636519081e35 (diff) |
Argh, I modified the .inc file locally, not the .td.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100881 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Driver/CC1Options.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Driver/CC1Options.td b/include/clang/Driver/CC1Options.td index 3d730153be..435b5b575a 100644 --- a/include/clang/Driver/CC1Options.td +++ b/include/clang/Driver/CC1Options.td @@ -326,8 +326,8 @@ def fno_builtin : Flag<"-fno-builtin">, 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">, |