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
Dynamic cast optimizer: Consider CF conversions via superclasses.
A conversion from, e.g., CFMutableDictionary to NSDictionary is still a CF bridging conversion,
even though it doesn't go directly through CFMutableDictionary's own bridged class type.
Fixes rdar://problem/51078136.
0 commit comments