If we do, then the property_list_t length is wrong
and class_getProperty gets very sad.
Radar-Id: rdar://problem/58804805
Paths
| Differential D73219
[objc_direct] do not add direct properties to the serialization array ClosedPublic Authored by MadCoder on Jan 22 2020, 12:11 PM.
Details Summary If we do, then the property_list_t length is wrong Radar-Id: rdar://problem/58804805
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jan 23 2020, 9:11 AM Closed by commit rG52311d0483ee: [objc_direct] do not add direct properties to the serialization array (authored by MadCoder). · Explain WhyJan 23 2020, 11:01 PM This revision was automatically updated to reflect the committed changes. MadCoder marked an inline comment as done.
Revision Contents
Diff 240095 clang/lib/CodeGen/CGObjCMac.cpp
clang/test/CodeGenObjC/direct-properties.m
|
Do you need similar logic in PushProtocolProperties?