Commits
Jordan Rose committed 92bcd97d54f
[ClangImporter] Don't crash if we have a SWIFT_CLASS but the module is missing. Also, if the generated header says that a class or protocol is available in a module, but we can't find it, we should treat the decl as missing rather than pretending it's a normal Objective-C decl. Part of <rdar://problem/16776466> Swift SVN r17175