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
sema: avoid diagnosing typed_throw_in_objc_forbidden in textual interface files
PR #81054 introduced diagnostics for that @objc function shouldn't be using typed throws.
Emitting this fatal diagnostics in Swift textual interface files seems to be redundant because (1)
it should be already diagnosed in the source code, and (2) downstream clients have no
control over the contents of upstream textual interfaces.
rdar://162138214
0 commit comments