Commits

Slava Pestov committed 00c8c4d685e
ClangImporter: avoid infinite recursion if we can't find a Swift declaration of a mapped type This would come up on Linux when the dispatch overlay was not built, because importing the typedef for dispatch_block_t would try to find perform a lookup of a declaration with the same name. Progress on <rdar://problem/23315750>.