[PATCH] D92602: [objc] diagnose protocol conformance in categories with direct members in their corresponding class interfaces
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 3 13:04:07 PST 2020
arphaman created this revision.
arphaman added reviewers: erik.pilkington, MadCoder.
Herald added subscribers: ributzka, jfb, jkorous.
arphaman requested review of this revision.
Herald added a project: clang.
Categories that add protocol conformances to classes with direct members should prohibit protocol conformances when the methods/properties that the protocol expects are actually declared as 'direct' in the class.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D92602
Files:
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDeclObjC.cpp
clang/test/SemaObjC/category-direct-members-protocol-conformance.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92602.309345.patch
Type: text/x-patch
Size: 5955 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201203/ed058f74/attachment-0001.bin>
More information about the cfe-commits
mailing list