Commits

Dmitri Hrybenko committed ddfa9bc8d89
Parser::skip*() routines: don't stop on code completion token anymore Our recovery is better now, and we don't skip that much. Actually, even if we would stop at code completion token during recovery, completion results would be something very generic anyway (because there is no interesting parser state to observe), and these results can be produced as a fallback separately (not implemented). Swift SVN r7754