Commits

Doug Gregor committed a253bd09fbb
Import the Swift modules that corresponding to any re-exported Clang module. Now, import Cocoa will bring in the Cocoa Clang module, which re-exports (among other things), the AppKit, Foundation, and ObjectiveC Clang modules. We will look for Swift modules of the same name and load them implicitly. Swift SVN r4229