Commits

Jordan Rose committed d3b31b8b724
Don't include re-exports in a TU's imported module list. We can get to these transitively; we should only record what the TU actually claims to reference. It turns out that we were still relying on this to force the load of adapter modules for Clang modules. For now, we just force that up front, even though currently that also forces the creation of ClangModule wrappers for all transitive includes. No intended visible functionality change. Swift SVN r7012