Commits

Doug Gregor committed bd891ea8f3f
Extend the heinous hack for overloading with redeclared protocol requirements. When two protocol requirements would otherwise be considered "identical", take the one from the most-refined protocol. This whole hack *should* go away when we properly handle overriding for protocol requirements, but for now it fixes rdar://problem/21322215. Swift SVN r29785