]> granicus.if.org Git - clang/commit
Patch to remove bogus warning in case of @dynamic
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 22 Dec 2008 19:05:31 +0000 (19:05 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 22 Dec 2008 19:05:31 +0000 (19:05 +0000)
commit804058ece0d8f692faac8518ce4d98975ba57ac2
treeb9ce0ec36088b8ce9033609a6c71f0ae35831eff
parentcfb664c308fcfe5bf17d2fe430bcedf1f3707a28
Patch to remove bogus warning in case of @dynamic
property in a category and to issue diagnostics
for mismatch method in some other cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61336 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/property-1.m
test/SemaObjC/property-category-3.m