]> granicus.if.org Git - clang/commit
Make sure @property is allowed within a category.
authorSteve Naroff <snaroff@apple.com>
Mon, 12 Nov 2007 04:22:52 +0000 (04:22 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 12 Nov 2007 04:22:52 +0000 (04:22 +0000)
commiteaf5f419a50a8a5297a0815f987c4dbf6c247017
tree01ff24a212def81b7e08d3f7a6733050df13f4eb
parent6649992b19c83645ea02f4287eb977027548855d
Make sure @property is allowed within a category.

Bug submitted by Keith Bauer.

CookieJar:Desktop keith$ cat test.m
#import <WebKit/WebKit.h>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44007 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDecl.cpp