]> granicus.if.org Git - clang/commit
Property setter/getter must be looked up in property type's
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 9 Mar 2011 22:17:12 +0000 (22:17 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 9 Mar 2011 22:17:12 +0000 (22:17 +0000)
commit27569b0f3e1b27f609a2e104b39bad077850e210
tree751a555a82a323c9a1b0770d9034a81d1dc23729
parent0199ac033b3bddf43808eab6e13e45b4fe8b9275
Property setter/getter must be looked up in property type's
list of protocols as well. // rdar://9078584

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127367 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/objc-qualified-property-lookup.m [new file with mode: 0644]