Commits

Argyrios Kyrtzidis committed 8ae03064fb1
[ClangImporter] Pass the imported declaration to ASTContext after we have finished importing it. This is to reduce the 'recursiveness' of the clang importer and its stack usage. Addresses rdar://15929821. Swift SVN r13688