Commits

Jordan Rose committed d0d661164d5
Move lookupQualified from Module to DeclContext. Qualified lookup depends not only on the current module but actually the current file, since imports are file-scoped by default. Currently this only affects lookup into other modules (e.g. "Foundation.NSString"), but this could also be used for extension filtering. This breaks one name resolution test, but the refactoring in the next commit changes everything anyway and will restore the test. Swift SVN r10831