You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we have a private resilient enum that is resilient because one of
its payloads is resilient but we have disabled resilience in the
context of lowering the enum as a class member (sigh), we must consider
it's payload's layout enum in the minimal domain (ignore the private
visibility) because we don't truly know the layout.
* Scope: Private enums that contain a resilient payload and are used as
a stored property inside of a class will cause crashes
* Risk: Low
* Reviewed by: Slava
* Testing: CI test cases added
rdar://41308521
0 commit comments