]> granicus.if.org Git - clang/commit
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)
commit791ac8f91419f261f4ebf914eaae1df188f99727
tree441312a44b15efcd10b55eb3d895b581e7aa27ea
parent59e3013d8496484e00bfd097713e95d1809f9226
Fix PR22047: ObjC: Method unavailability attribute doesn't work with overloaded methods

http://reviews.llvm.org/D9261

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