Commits
Jordan Rose committed 5c8803a5c43
Remove the last uses of UnqualifiedLookup::forModuleAndName. This API didn't take accessibility into account in a useful way, and usually did a more general search than what was actually needed. We've gradually been replacing uses of it with either more safe or more direct APIs, including a regular UnqualifiedLookup, DeclContext::lookupQualified, or Module::lookupValue. Now it's gone. No functionality change. Swift SVN r23449