aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/Sema.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2008-04-11 16:55:42 +0000
committerFariborz Jahanian <fjahanian@apple.com>2008-04-11 16:55:42 +0000
commit45bc03f9202d5649fd41f35b98d34bb34823d0f3 (patch)
tree0af1a50cd631ccb1e6f88a2473aceb6b807c7413 /lib/Sema/Sema.h
parent8fa3078cfe8b25fe8450e7d31dc5500b5888b95e (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 'lib/Sema/Sema.h')
-rw-r--r--lib/Sema/Sema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h
index 3b352bf354..1626f0d51c 100644
--- a/lib/Sema/Sema.h
+++ b/lib/Sema/Sema.h
@@ -243,7 +243,7 @@ private:
virtual DeclTy *ActOnIvar(Scope *S, SourceLocation DeclStart,
Declarator &D, ExprTy *BitfieldWidth,
- tok::ObjCKeywordKind visibility = tok::objc_not_keyword);
+ tok::ObjCKeywordKind visibility);
// This is used for both record definitions and ObjC interface declarations.
virtual void ActOnFields(Scope* S,