Commits
Jordan Rose committed 6547b9790a6
[serialization] Allow references to Clang-imported values. This unfortunately duplicates the hack of directly referencing the Clang module loader if a cross-reference points to the current module; ideally we'd have some kind of module chain, but I'd settle for a refactoring of the code to share with NameBinding. Additionally, Clang nodes are not actually validated to be from the right module, which could be problematic for extensions or any case of actual name collision. Swift SVN r6519