Fix PR22047: ObjC: Method unavailability attribute doesn't work with overloaded methods
authorJonathan Roelofs <jonathan@codesourcery.com>
Tue, 28 Apr 2015 18:04:44 +0000 (18:04 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Tue, 28 Apr 2015 18:04:44 +0000 (18:04 +0000)
commit7441136d2a254ed156e33972bd1e2255530d4dbd
tree29c55bd2c35f70325c0c3bf42e3d24c568e7fc3d
parent907233fd99182cf9ca794bec7bc974939dd1c4ed
Fix PR22047: ObjC: Method unavailability attribute doesn't work with overloaded methods

http://reviews.llvm.org/D9261

llvm-svn: 236006
clang/lib/Sema/SemaDeclObjC.cpp
clang/test/SemaObjC/multiple-method-names.m [new file with mode: 0644]