Commits

Jordan Rose committed 6e1ed42c077
s/swift::lookupVisibleDecls/swift::lookupVisibleMemberDecls/g There were two overloads of lookupVisibleDecls: one that performed unqualified lookup from a particular decl context, the other performing qualified lookup into a given type from a particular decl context. They don't really behave the same, so let's give them different names. Swift SVN r8641