summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/bitfield.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of preincrement on bit-fields. This gives a bit-field in C++, butRichard Smith2014-09-241-0/+32
we were failing to find that bit-field when performing integer promotions. This brings us closer to following the standard, and closer to GCC. In C, this change is technically a regression: we get bit-field promotions completely wrong in C, promoting cases that are categorically not bit-field designators. This change makes us do so slightly more consistently, though. llvm-svn: 218428
OpenPOWER on IntegriCloud