diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-04-09 19:40:47 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-04-09 19:40:47 +0000 |
commit | c53e3658e667fed25d428d58204f295209b81d45 (patch) | |
tree | 8c9bf0d735d46ca195cd2e03edd7dd9033a35eaa | |
parent | 32579cf507d088e776b67327c5d6bc46e1f217cc (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100887 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 435b5b575a..78abb475cb 100644 --- a/include/clang/Driver/CC1Options.td +++ b/include/clang/Driver/CC1Options.td @@ -326,7 +326,7 @@ def fno_builtin : Flag<"-fno-builtin">, HelpText<"Disable implicit builtin knowledge of functions">; def faltivec : Flag<"-faltivec">, HelpText<"Enable AltiVec vector initializer syntax">; -def fno_access_control : Flag<"-fno_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">; |