Commits

Doug Gregor committed 81d8f27bdea
When dumping constraints via TypeChecker::typeCheckExpression(), don't rely at all on the existing type checker. Instead, just fold sequence expressions (which are effectively a delayed parsing phase) and then hand off the expression to the constraint solver. Allows us to type-check expressions with operators, e.g., f + 1. Swift SVN r2793