Commits

Doug Gregor committed 187f80cf60a
[Name lookup] Introduce ASTContext::lookup() for name lookup into a type. This lookup routine takes the place of MemberLookup for AST-level lookups, which don't consider semantics at all and won't be able to (for example) perform additional type checking to resolve the lookup. No functionality change. Swift SVN r5882