summaryrefslogtreecommitdiffstats
path: root/test/Sema/bitfield-promote.c
Commit message (Expand)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix bit-field promotion to be a bit closer to the behavior of gcc. Eli Friedman2009-08-201-2/+26
* Fix bitfield promotion in the presence of explicit casts, from Abrama Bagnara.Douglas Gregor2009-07-061-0/+10