Commits

Dmitri Hrybenko committed b0c3a56c96a
Code completion: fix some type checking issues of closures Completely disable the AST transformation for single-expression closures. When this transformation picks up an incomplete expression, the resulting AST is almost guaranteed to have type mismatches, and the type checker just marks everything with error types. rdar://17193319 rdar://17086137 Swift SVN r20153