Commits

Jordan Rose committed c9a83d782c5
[swift2objc] Add a Clang module as a kind of prefix for generated headers. Every Swift module starts with an implicit "import swift", so why not use that to hold all of the runtime info we need? This only gets us copying the header (and its module map) into include/swift/. It doesn't actually use it yet. Swift SVN r13617