Commits

Jordan Rose committed 42a109674df
[serialization] Serialize import access paths, and only the TU's own imports. Previously, a module contained references to every module listed in the ASTContext. Now, we actually only encode the imports from the TU itself, which allows us to include access paths for scoped imports. This is necessary to implement proper name lookup shadowing rules. Swift SVN r7013