summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/increment-decrement.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When emitting a dropped qualifier error, show which qualifiers are dropped.Richard Trieu2015-05-161-2/+2
| | | | llvm-svn: 237505
* The pre-increment/pre-decrement grammar in C++ differs from that in C,Douglas Gregor2010-08-061-0/+14
but we were parsing the C grammar. Handle the C++ grammar appropriately. Fixes PR7794. llvm-svn: 110445
OpenPOWER on IntegriCloud