Commits

Doug Gregor committed 0698ace0665
Introduce "shallow" type checking for expressions. Add a version of TypeChecker::typeCheckExpression() that performs a "shallow" type-check of just the top-level expression, rather than a "deep" type-check of the full expression. Use it to eliminate TypeChecker::semaApplyExpr(). Swift SVN r5394