Commits

Doug Gregor committed 327968c7e29
[Clang importer] Write results into the Swift name lookup table at the end. This copes with rare (and hard-to-reproduce-in-the-small) recursive cases where importing a declaration for a name would then perform name lookup again, and end up not finding anything the second type around.