Commits

Jordan Rose committed aae4a3d731d
[ClangImporter] Pass through diagnostic locations for imports. 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