Commits

Chris Willmore committed 0c9de6edefc
Diagnose ambiguous overload resolution correctly in more cases. Take expression depth and preorder traversal index into account when deciding which unresolved overload to complain about, rather than giving up if there are two exprs with the same number of overloads. Don't consider solutions with fixes when emitting ambiguous-system diagnostics. Swift SVN r30931