Commits
Doug Gregor committed 9b08bd14350
Ban public extensions of generic types from another module. We cannot properly deserialize extensions of generics where the extension lives in a different module than the original generic type definition rdar://problem/18250779. For now, emit a diagnostic when one defines public API in such an extension, rather than crashing later on rdar://problem/18232867. Swift SVN r21776