Commits

Jordan Rose committed 339c18c79f4
Don't replace a Swift module with a Clang one in the list of loaded modules. We want to make sure that a global lookup always finds the Swift module first. Moreover, we should never be loading two modules with the same name into the same TU /unless/ they are (a) identical or (b) a Swift / C pair. Swift SVN r3723