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
[TypeChecker] Don’t crash if a ExplicitCastExpr doesn’t have a cast type
rdar://95629905 discovered an issue where we are crashing because an `ExplicitCastExpr` doesn’t have a cast type. It looks like this only occurs if we perform `performSyntacticDiagnosticsForTarget` from inside `applyResultBuilderBodyTransform`.
rdar://95629905
0 commit comments