mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
If importing a Clang module fails, we should report that at the location of the import statement. This doesn't do that fully because it isn't transitive (if Swift module Foo imports Swift module Bar, which fails to import Clang module Baz, we don't get an error in user source), but it's a step forward for the simple cases. Swift SVN r20575
15 KiB
15 KiB