Commits

Dmitri Hrybenko committed f8bd657b2ff
ImplicitClosureExpr (AutoClosureExpr in future): store body as BraceStmt This allows us to add AnyFunctionRef::getBody(), which returns the body as a BraceStmt for every function-like AST node. Swift SVN r8293