Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When emitting a dropped qualifier error, show which qualifiers are dropped. | Richard Trieu | 2015-05-16 | 1 | -2/+2 |
| | | | | llvm-svn: 237505 | ||||
* | The pre-increment/pre-decrement grammar in C++ differs from that in C, | Douglas Gregor | 2010-08-06 | 1 | -0/+14 |
but we were parsing the C grammar. Handle the C++ grammar appropriately. Fixes PR7794. llvm-svn: 110445 |