Commits

Joe Groff committed 22c52c34d2a
Sema: Type-check ExprPatterns using ~= overload resolution. When we coerce an ExprPattern, set up a constraint system to check the leaf expression using overload resolution on the ~= operator. Save a specialized DeclRef to the overload we find in the ExprPattern for later codegen. Swift SVN r5920