Learn more about cloning repositories
You have read-only access
Parser: replace diagnose(Tok.getLoc(), ...) -> diagnose(Tok, ...) We already had the Parser::diagnose(Token, ...) overload, but it was not used in all these cases. Swift SVN r7395