Commits

Jordan Rose committed e1de95d0fdd
Revert "[ClangImporter] Allow structs to be declared in multiple modules." This reverts r31684. C only allows one definition of a tag decl, formally, so we shouldn't expect definitions in multiple modules. We certainly don't want every /declaration/ to count as making a struct part of a module's interface. Swift SVN r31686