Commits

Doug Gregor committed af283dc783a
Always create overload sets in the constraint solver when we've reduced an expression or lookup to a set of choices, even if there is only one choice. For that single-choice case, record the one option locally (as "resolved") rather than putting it into the unresolved bin. This simplifies our mapping of expressions involving overloads. Swift SVN r2855