[PATCH] D73219: [objc_direct] do not add direct properties to the serialization array
Duncan P. N. Exon Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 22 13:00:44 PST 2020
dexonsmith 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);
}
----------------
Do you need similar logic in `PushProtocolProperties`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73219/new/
https://reviews.llvm.org/D73219
More information about the cfe-commits
mailing list