Commits

Chris Lattner committed 91975c01b4b
Introduce a new "ExprCleanser" class and use it in typeCheckExpr to ensure that no old expressions from the pre-type-checked AST are left around with dangling type expressions pointing into the temporary inner constraint system formed by typeCheckExpr. This fixes the related failures on the ASAN validation bot. Swift SVN r30421