]> granicus.if.org Git - clang/commit
objective-C: Don't warn of unimplemented property of protocols in
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 19 Dec 2012 18:58:55 +0000 (18:58 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 19 Dec 2012 18:58:55 +0000 (18:58 +0000)
commit277076a4cdf684e6ea102197a635d4a352998018
treed1cf072da2001345971772e08f3e22602fbdcfe0
parent0e704ed7a54759fa3e07a050a283ba093fe7c8ac
objective-C: Don't warn of unimplemented property of protocols in
category, when those properties will be implemented in category's
primary class or one of its super classes. // rdar://12568064

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