Commits

Argyrios Kyrtzidis committed 9f31dda06b7
[Sema] When typechecking errors out for a BraceStmt element, recover by replacing the untypechecked element with the result of typechecking. Otherwise the AST ends up with mixed typechecked/untypechecked expressions referencing the same values. Swift SVN r8840