[PATCH] D56816: [ObjC] Follow-up r350768 and allow the use of unavailable methods that are declared in a parent class from within the @implementation context

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 16 17:19:03 PST 2019


dexonsmith added a comment.

In D56816#1360824 <https://reviews.llvm.org/D56816#1360824>, @smeenai wrote:

> My understanding is that rL349841 <https://reviews.llvm.org/rL349841> accidentally started producing some spurious warnings/errors, rL350768 <https://reviews.llvm.org/rL350768> fixed some instances, and this change fixes more instances. Given that the first two changes are already in the 8.0 branch, should this be cherry-picked to 8.0 as well once it lands?


Yes.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56816/new/

https://reviews.llvm.org/D56816





More information about the cfe-commits mailing list