Commits

Doug Gregor committed edbb75eef8f
Eliminate the 'Module' variant from UnqualifiedLookupResult. Make unqualified lookup always provide a declaration for the things it finds, rather than providing either a module or a declaration. Unify various code paths in our type checker now that module declarations come in with the other declarations. Swift SVN r28286