Commits

Xi Ge committed 9ed7a578658
[Parser] When parsing error occurs on arguments, we still try to preserve the call expression. This allows tools, like code completion or jumping to definition, to be able to resolve function names even though the argument is wrong. Swift SVN r31387