Commits

Jordan Rose committed b1b50a134e3
Autolinking: include all imported modules. Although Cocoa.framework re-exports AppKit, Foundation, and CoreData, an arbitrary library does not re-export most of its imports. Normally this would be fine, but the Clang importer can pull in types too eagerly and then generate thunks and wrappers for things we don't care about. At least for now, return to the behavior of autolinking /anything/ that gets visibly imported. <rdar://problem/15705923> Swift SVN r11844