diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2008-04-11 16:55:42 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2008-04-11 16:55:42 +0000 |
commit | 45bc03f9202d5649fd41f35b98d34bb34823d0f3 (patch) | |
tree | 0af1a50cd631ccb1e6f88a2473aceb6b807c7413 /include/clang | |
parent | 8fa3078cfe8b25fe8450e7d31dc5500b5888b95e (diff) |
Minor changes per Chris L's review.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49539 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang')
-rw-r--r-- | include/clang/Parse/Action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index 3e915cb6d2..2243f99c3b 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -201,7 +201,7 @@ public: virtual DeclTy *ActOnIvar(Scope *S, SourceLocation DeclStart, Declarator &D, ExprTy *BitfieldWidth, - tok::ObjCKeywordKind visibility = tok::objc_not_keyword) { + tok::ObjCKeywordKind visibility) { return 0; } |