summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/format-strings-bitfield-promotion.c
Commit message (Collapse)AuthorAgeFilesLines
* Emit -Wformat properly for bit-field promotions.Aaron Ballman2018-12-181-0/+18
| | | | | | | | Only explicitly look through integer and floating-point promotion where the result type is actually a promotion, which is not always the case for bit-fields in C. Patch by Bevin Hansson. llvm-svn: 349497
* Revert r348889; it fails some tests.Aaron Ballman2018-12-111-18/+0
| | | | | | http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/40784 llvm-svn: 348892
* Emit -Wformat properly for bit-field promotions.Aaron Ballman2018-12-111-0/+18
Only explicitly look through integer and floating-point promotion where the result type is actually a promotion, which is not always the case for bit-fields in C. llvm-svn: 348889
OpenPOWER on IntegriCloud