Commits

Jordan Rose committed 6786158edb7
[ClangImporter] Always sort top-level value lookups from Clang. The order of lookups affects the order of imports, which can sadly end up causing different behavior down the line. The sort is by Clang TU source order, which isn't wonderful but should be consistent. There are generally fewer decls without source locations that come from Clang. Swift SVN r28578