| Commit message (Expand) | Author | Age | Files | Lines |
* | PR36157: When injecting an implicit function declaration in C89, find the right | Richard Smith | 2018-02-01 | 1 | -0/+4 |
* | Allow -1 to assign max value to unsigned bitfields. | Richard Trieu | 2016-08-05 | 1 | -1/+1 |
* | Add support for GCC's '__auto_type' extension, per the GCC manual: | Richard Smith | 2015-11-11 | 1 | -1/+2 |
* | [MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enum | David Majnemer | 2015-10-08 | 1 | -1/+1 |
* | Update tests touched by r249656 | David Majnemer | 2015-10-08 | 1 | -1/+1 |
* | C11 _Bool bitfield diagnostic | Rachel Craik | 2015-09-14 | 1 | -2/+5 |
* | [Sema] Don't allow unverified bitfields in FieldDecls | David Majnemer | 2015-04-26 | 1 | -0/+4 |
* | Adding a -Wunused-value warning for expressions with side effects used in an ... | Aaron Ballman | 2014-12-17 | 1 | -1/+2 |
* | Fix handling of preincrement on bit-fields. This gives a bit-field in C++, but | Richard Smith | 2014-09-24 | 1 | -1/+20 |
* | Grab-bag of bit-field fixes: | John McCall | 2013-05-06 | 1 | -0/+15 |
* | Silliness with commas, as reported at http://blog.regehr.org/archives/558 . ... | Eli Friedman | 2011-07-13 | 1 | -0/+1 |
* | Fix source locations in unnamed bitfield diagnostic, from Jakub | Douglas Gregor | 2010-11-09 | 1 | -0/+4 |
* | Improve the bit-field too wide error message. | Anders Carlsson | 2010-04-15 | 1 | -2/+2 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Update tests | Anders Carlsson | 2009-09-14 | 1 | -1/+1 |
* | When determining whether an expression refers to a bit-field, look | Douglas Gregor | 2009-05-02 | 1 | -1/+1 |
* | Fix bitfield promotions in several more cases. We don't seem to work hard eno... | Douglas Gregor | 2009-05-02 | 1 | -0/+5 |
* | Implement bit-field promotion rules for C99. Fixes PR3500. | Douglas Gregor | 2009-05-01 | 1 | -0/+4 |
* | clean up anonymous bitfield diagnostics, PR4017 | Chris Lattner | 2009-04-20 | 1 | -1/+5 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Check signedness of bitfield sizes. | Anders Carlsson | 2009-03-16 | 1 | -0/+2 |
* | Partial fix for PR3310, concerning type-checking for tentative | Douglas Gregor | 2009-03-10 | 1 | -1/+1 |
* | fix PR3607 and a fixme, by checking bitfield constraints | Chris Lattner | 2009-03-05 | 1 | -0/+7 |
* | Implement rdar://6138816 - [sema] named bitfields cannot have 0 width | Chris Lattner | 2008-12-12 | 1 | -0/+3 |
* | add annotation | Chris Lattner | 2008-12-11 | 1 | -0/+3 |
* | Add diagnostics for bitfields. | Anders Carlsson | 2008-12-06 | 1 | -0/+8 |