]> granicus.if.org Git - clang/commit
[Objective-C Sema] Patch to not issue unavailbility/deprecated
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 7 Apr 2015 16:56:27 +0000 (16:56 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 7 Apr 2015 16:56:27 +0000 (16:56 +0000)
commit46f5a46065b7f389e6ca730bf58cf504c1753c3f
tree8ff18e201b4fe83dd48d3c3348f95f4a7dc15f57
parentf7173ed4a77bec6c36a179d84d45a4d5484a79f1
[Objective-C Sema] Patch to not issue unavailbility/deprecated
warning when multiple method declarations are found in global pool
with differing types and some are available.
rdar://20408445

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234328 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/multiple-property-deprecated-decl.m [new file with mode: 0644]