Commit 052da16
committed
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://1621382141 parent 95358e8 commit 052da16
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
849 | | - | |
| 849 | + | |
850 | 850 | | |
851 | 851 | | |
852 | 852 | | |
| |||
0 commit comments