| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-30 | Reword ambigous parse error to fit with the current error | Esteban Küber | -2/+2 | |
| 2019-04-29 | Add test case for #47287 | Esteban Küber | -0/+6 | |
| 2019-04-29 | Identify when a stmt could have been parsed as an expr | Esteban Küber | -0/+34 | |
| There are some expressions that can be parsed as a statement without a trailing semicolon depending on the context, which can lead to confusing errors due to the same looking code being accepted in some places and not others. Identify these cases and suggest enclosing in parenthesis making the parse non-ambiguous without changing the accepted grammar. | ||||
