Re: r351459 - [ObjC] Follow-up r350768 and allow the use of unavailable methods that are

2019-01-18 Thread Hans Wennborg via cfe-commits
Merged in r351535. Please let me know if there are any more issues in this area. Also, do you want to write something for r350768 and this in the release notes? On Thu, Jan 17, 2019 at 7:22 PM Alex L wrote: > > Hi Hans, > > Could you please cherry-pick this change into the release branch? > > Ch

Re: r351459 - [ObjC] Follow-up r350768 and allow the use of unavailable methods that are

2019-01-17 Thread Alex L via cfe-commits
Hi Hans, Could you please cherry-pick this change into the release branch? Cheers, Alex On Thu, 17 Jan 2019 at 10:16, Alex Lorenz via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: arphaman > Date: Thu Jan 17 10:12:45 2019 > New Revision: 351459 > > URL: http://llvm.org/viewvc/llvm-

r351459 - [ObjC] Follow-up r350768 and allow the use of unavailable methods that are

2019-01-17 Thread Alex Lorenz via cfe-commits
Author: arphaman Date: Thu Jan 17 10:12:45 2019 New Revision: 351459 URL: http://llvm.org/viewvc/llvm-project?rev=351459&view=rev Log: [ObjC] Follow-up r350768 and allow the use of unavailable methods that are declared in a parent class from within the @implementation context This commit extends