[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
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 16 17:16:59 PST 2019
smeenai added a comment.
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?
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