Commits

Dmitri Hrybenko committed eb6a32813a9
Clang importer: correctly find the Clang module that corresponds to the decl A single swift module can correspond to multiple Clang submodules. We need to ask the underlying clang::Decl about the owning Clang module to get the most precise answer. Swift SVN r9859