Commits

Joe Groff committed ad78204c509
Parser: Explicitly ban closures at the beginning of statements. This already can't happen in most circumstances because of trailing closures, but we didn't explicitly disallow it at the beginning of a BraceStmt or following a statement production. Fixes the parser part of rdar://problem/17850752 (though there's a type checker bug there too). Swift SVN r21663