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
🍒[6.1][cxx-interop] Avoid spurious type aliases in reverse interop
Explanation: Due to a missing check we emitted using declarations for
types we did not emit into the reverse interop header resulted in
compilation errors.
Scope: C++ reverse interop
Risk: Low. The fix is straightforward calling a function to do the check
if the entity should be included in the reverse interop header. It does
not affect other code paths.
Testing: Added compiler tests.
Issue: rdar://141688074
Reviewer: @egorzhdan
Original PR: #78287
0 commit comments