1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. 31fddcc Update tests by Anders Carlsson · 15 years ago
  3. 33bbbc5 When determining whether an expression refers to a bit-field, look by Douglas Gregor · 15 years ago
  4. 2d833e3 Fix bitfield promotions in several more cases. We don't seem to work hard enough at determining whether an expression is a bitfield or not, yet. by Douglas Gregor · 15 years ago
  5. fc24e44 Implement bit-field promotion rules for C99. Fixes PR3500. by Douglas Gregor · 15 years ago
  6. df9bcd5 clean up anonymous bitfield diagnostics, PR4017 by Chris Lattner · 15 years ago
  7. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  8. f257b61 Check signedness of bitfield sizes. by Anders Carlsson · 15 years ago
  9. a03aca8 Partial fix for PR3310, concerning type-checking for tentative by Douglas Gregor · 15 years ago
  10. 2479366 fix PR3607 and a fixme, by checking bitfield constraints more consistently. by Chris Lattner · 15 years ago
  11. cd08707 Implement rdar://6138816 - [sema] named bitfields cannot have 0 width by Chris Lattner · 16 years ago
  12. f62e14d add annotation by Chris Lattner · 16 years ago
  13. 9f1e572 Add diagnostics for bitfields. by Anders Carlsson · 16 years ago