MadCoder marked 2 inline comments as done.
MadCoder added inline comments.
================
Comment at: clang/lib/CodeGen/CGObjCMac.cpp:3316-3319
else if (const ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(OCD)) {
for (const auto *P : CD->protocols())
PushProtocolProperties(PropertySet, Properties, P, IsClassProperty);
}
----------------
dexonsmith wrote:
> Do you need similar logic in `PushProtocolProperties`?
no: you can't have anything direct in a Protocol.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73219/new/
https://reviews.llvm.org/D73219
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits