Commits

Doug Gregor committed 16901477c22
Introduce an overload-binding constraint. Overload bindings constraints bind a given type to a specific overload choice. This is a step toward moving overload sets into normal disjunction constraints. Part of the work here is to eliminate the constraint system's dependence on OverloadSet, which will be going away in favor of a disjunction constraint. Swift SVN r9209