| commit | 92565b51aa25b7a15bcdfb628bc616866af194fb | [log] [tgz] |
|---|---|---|
| author | Kaelyn Takata <rikka@google.com> | Fri Mar 27 01:44:47 2015 +0000 |
| committer | Kaelyn Takata <rikka@google.com> | Fri Mar 27 01:44:47 2015 +0000 |
| tree | 05f54ec9e49a853309bde9a4c13812e62723749f | |
| parent | 821880a7a10b67816c8599eda21797addb88c4a3 [diff] |
Diagnose delayed typos in an expr list that is in an invalid expression. Previously, if the expr list parsed fine but the expr to the left of the open parenthesis was invalid (when parsing the suffix of a postfix-expression), the parsed expr list was just ignored. Fixes PR23005. llvm-svn: 233347