Commits

Dmitri Hrybenko committed ca5351e4b65
Fix bad recovery in Parser::parseList() and Parser::parseDeclUnionElement() Now parseList() always sets RBLoc, which fixes the crash. parseDeclUnionElement() now skips to the next decl, instead of ":", which may not appear in the file at all. Swift SVN r7117