Commits

Chris Lattner committed cd6715b7d0a
start performing type candidate matching based on the independently type checked argument list for a CallExpr instead of matching a gang of typevartypes against them. This allows us to produce better matches in some cases. Swift SVN r30065