Commits

Jordan Rose committed 5bee45b7764
[ClangImporter] Treat non-modular content imported via framework as an error. This is -Werror=non-modular-include-in-framework-module for Clang, and prevents the same content from being treated as part of two different modules. It's mostly just a sanity check to keep from having problems later. <rdar://problem/16966705> Swift SVN r18525