-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfThe Swift compiler itselfdiagnostics QoIBug: Diagnostics Quality of ImplementationBug: Diagnostics Quality of Implementationgood first issueGood for newcomersGood for newcomers
Description
| Previous ID | SR-2409 |
| Radar | rdar://problem/23361191 |
| Original Reporter | @belkadan |
| Type | Bug |
| Status | Resolved |
| Resolution | Done |
Additional Detail from JIRA
| Votes | 0 |
| Component/s | Compiler |
| Labels | Bug, ClangImporter, DiagnosticsQoI, StarterBug |
| Assignee | @d-ronnqvist |
| Priority | Medium |
md5: a38aa3237a6739f84edb3933ba8f8eb6
Issue Description:
We have a diagnostic for when we fail to import a module from Clang (say, because there's an error in the headers). Unfortunately, that diagnostic says "could not build Objective-C module 'Foo'", even though on Linux there's no Objective-C. We should rephrase that diagnostic and/or make it platform-dependent.
Metadata
Metadata
Assignees
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfThe Swift compiler itselfdiagnostics QoIBug: Diagnostics Quality of ImplementationBug: Diagnostics Quality of Implementationgood first issueGood for newcomersGood for newcomers