Commits

Chris Lattner committed 6b560284086
When type inference fails to resolve all the types in a pattern for a funcexpr, resolve the pattern types to ErrorType to avoid bogus errors about ambiguous types in the body of the FuncExpr. The types are not Unresolved if this happens, they are Erroneous. Swift SVN r2539