summaryrefslogtreecommitdiffstats
path: root/test/Sema/bitfield.c
Commit message (Expand)AuthorAgeFilesLines
* Merging r323998:Hans Wennborg2018-02-141-0/+4
* Allow -1 to assign max value to unsigned bitfields.Richard Trieu2016-08-051-1/+1
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-1/+2
* [MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enumDavid Majnemer2015-10-081-1/+1
* Update tests touched by r249656David Majnemer2015-10-081-1/+1
* C11 _Bool bitfield diagnosticRachel Craik2015-09-141-2/+5
* [Sema] Don't allow unverified bitfields in FieldDeclsDavid Majnemer2015-04-261-0/+4
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-1/+2
* Fix handling of preincrement on bit-fields. This gives a bit-field in C++, butRichard Smith2014-09-241-1/+20
* Grab-bag of bit-field fixes:John McCall2013-05-061-0/+15
* Silliness with commas, as reported at http://blog.regehr.org/archives/558 . ...Eli Friedman2011-07-131-0/+1
* Fix source locations in unnamed bitfield diagnostic, from JakubDouglas Gregor2010-11-091-0/+4
* Improve the bit-field too wide error message.Anders Carlsson2010-04-151-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Update testsAnders Carlsson2009-09-141-1/+1
* When determining whether an expression refers to a bit-field, lookDouglas Gregor2009-05-021-1/+1
* Fix bitfield promotions in several more cases. We don't seem to work hard eno...Douglas Gregor2009-05-021-0/+5
* Implement bit-field promotion rules for C99. Fixes PR3500.Douglas Gregor2009-05-011-0/+4
* clean up anonymous bitfield diagnostics, PR4017Chris Lattner2009-04-201-1/+5
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Check signedness of bitfield sizes.Anders Carlsson2009-03-161-0/+2
* Partial fix for PR3310, concerning type-checking for tentativeDouglas Gregor2009-03-101-1/+1
* fix PR3607 and a fixme, by checking bitfield constraintsChris Lattner2009-03-051-0/+7
* Implement rdar://6138816 - [sema] named bitfields cannot have 0 widthChris Lattner2008-12-121-0/+3
* add annotationChris Lattner2008-12-111-0/+3
* Add diagnostics for bitfields.Anders Carlsson2008-12-061-0/+8