Commits

Dmitri Hrybenko committed 9447f6c73fb
parseBraceItems(): don't skip over braced lists of statements during recovery This increases the amount of noise in diagnostics. But we did not get these diagnostics before because we were just skipping these brace statements. We shoud improve recovery in parsing of whatever declaration that precedes the brace statement so that it is picked up as a body of that declaration. Swift SVN r7679