Commits

Dmitri Hrybenko committed 0aaceb3878f
Parser: improve error recovery in case of a bad function signature with selector-style arguments We used to skip until the end of the file in two of these cases. Looks like plain skipUntil() is never the correct tool for recovery. Swift SVN r8441