| commit | a49ccfeeb2052dfc8dd5b9b200d3884d7e6afa02 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Fri Aug 06 14:50:36 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Fri Aug 06 14:50:36 2010 +0000 |
| tree | fa1a2f80941e398a578dc260e99371e87b582da6 | |
| parent | 229c281d377385ea6c00965bb688e7a666441ef9 [diff] |
The pre-increment/pre-decrement grammar in C++ differs from that in C, but we were parsing the C grammar. Handle the C++ grammar appropriately. Fixes PR7794. llvm-svn: 110445