Commits
Chris Lattner committed 6720390c846
Implement a first, very simple cut at ranking conversions for overload sets. This is important because we previously required exact type matching for overload resolution, and (int) != (.x : int) so no arguments with names would match up with anonymous values. We still don't use ranking for binary operators etc. Swift SVN r379