Commits

Jordan Rose committed b75658fb3dc
Always resolve overrides when doing member lookups. Otherwise, we'll treat lookups on generic parameters as ambiguous, since we don't have a concrete nominal type to use (coincidentally) as the "base" of each lookup result. It's possible we can get rid of this condition altogether, but I don't want to rock the boat for unqualified lookup right now. rdar://problem/23087787 (cherry picked from commit 7f84faa6fa6e7eea45ecf5c7e0969b673a07b010)