aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/bitfield.c
AgeCommit message (Expand)Author
2013-05-06Grab-bag of bit-field fixes:John McCall
2011-07-13Silliness with commas, as reported at http://blog.regehr.org/archives/558 . ...Eli Friedman
2010-11-09Fix source locations in unnamed bitfield diagnostic, from JakubDouglas Gregor
2010-04-15Improve the bit-field too wide error message.Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-14Update testsAnders Carlsson
2009-05-02When determining whether an expression refers to a bit-field, lookDouglas Gregor
2009-05-02Fix bitfield promotions in several more cases. We don't seem to work hard eno...Douglas Gregor
2009-05-01Implement bit-field promotion rules for C99. Fixes PR3500.Douglas Gregor
2009-04-20clean up anonymous bitfield diagnostics, PR4017Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-16Check signedness of bitfield sizes.Anders Carlsson
2009-03-10Partial fix for PR3310, concerning type-checking for tentativeDouglas Gregor
2009-03-05fix PR3607 and a fixme, by checking bitfield constraintsChris Lattner
2008-12-12Implement rdar://6138816 - [sema] named bitfields cannot have 0 widthChris Lattner
2008-12-11add annotationChris Lattner
2008-12-06Add diagnostics for bitfields.Anders Carlsson