Commits

Doug Gregor committed 138bbe21679
[Clang importer] Delay resolution of import-as-member declarations when needed. It's possible for swift_name to make a global declaration into a member of another entity that has not been seen yet. In such cases, delay resolution until the end of the translation unit (module). Fixes the rest of rdar://problem/25502497.