Commits

Chris Lattner committed 379f5df2698
Reimplement the diagnostics member resolution for SubscriptExprs to do a member lookup for subscript instead of digging already-looked-up candidates out of the constraint system. This allows us to produce more specific diagnostics in failure cases and keeps subscripts inline with other decls being looked up. Swift SVN r31586