Commits

Doug Gregor committed 679ee118985
[Clang importer] Eliminate retain cycle involving the Clang importer implementation. The Clang importer implementation held on to a Clang instance, which held a list of module file extensions, which included the Clang importer implementation... break the cycle by separating out the module file extension from the Clang importer. Fixes SR-562 / rdar://problem/24225173.