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
2 files changed
tree: fa1a2f80941e398a578dc260e99371e87b582da6
  1. clang/
  2. compiler-rt/
  3. libcxx/
  4. lldb/
  5. llvm/