]> granicus.if.org Git - clang/commit
Patch to allow @dynamic synthesis of property in a category,
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 19 Jan 2009 18:16:19 +0000 (18:16 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 19 Jan 2009 18:16:19 +0000 (18:16 +0000)
commitf034e9cc4dad81d8fe6eb88a84da55b2909a9cdd
tree7b2b28e602dc44f8a49b2e6e23ce09e548329f22
parent06a062dc784c609b75dca15fd97f468d0d846596
Patch to allow @dynamic synthesis of property in a category,
with @synthesize being illegal.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62515 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclObjC.cpp
test/SemaObjC/property-category-2.m [new file with mode: 0644]