Commits

Jordan Rose committed 0ca7cf8f582
[ClangImporter] Assert that getNamedSwiftType actually finds a Swift type. This is an attempt to catch rdar://problem/19058226, which would occur if CGFloat is imported when the CoreGraphics C module is loaded but not the CoreGraphics Swift overlay. That's a state we should never be in, though. Swift SVN r24039