Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
2bebbf0acee55404de4b8846713b64429e744e8f
/
test
/
Sema
/
bitfield.c
33bbbc5
When determining whether an expression refers to a bit-field, look
by Douglas Gregor
· 16 years ago
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
· 16 years ago
fc24e44
Implement bit-field promotion rules for C99. Fixes PR3500.
by Douglas Gregor
· 16 years ago
df9bcd5
clean up anonymous bitfield diagnostics, PR4017
by Chris Lattner
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
f257b61
Check signedness of bitfield sizes.
by Anders Carlsson
· 16 years ago
a03aca8
Partial fix for PR3310, concerning type-checking for tentative
by Douglas Gregor
· 16 years ago
2479366
fix PR3607 and a fixme, by checking bitfield constraints more consistently.
by Chris Lattner
· 16 years ago
cd08707
Implement rdar://6138816 - [sema] named bitfields cannot have 0 width
by Chris Lattner
· 16 years ago
f62e14d
add annotation
by Chris Lattner
· 16 years ago
9f1e572
Add diagnostics for bitfields.
by Anders Carlsson
· 16 years ago