index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
bitfield.c
Age
Commit message (
Expand
)
Author
2013-05-06
Grab-bag of bit-field fixes:
John McCall
2011-07-13
Silliness with commas, as reported at http://blog.regehr.org/archives/558 . ...
Eli Friedman
2010-11-09
Fix source locations in unnamed bitfield diagnostic, from Jakub
Douglas Gregor
2010-04-15
Improve the bit-field too wide error message.
Anders Carlsson
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-09-14
Update tests
Anders Carlsson
2009-05-02
When determining whether an expression refers to a bit-field, look
Douglas Gregor
2009-05-02
Fix bitfield promotions in several more cases. We don't seem to work hard eno...
Douglas Gregor
2009-05-01
Implement bit-field promotion rules for C99. Fixes PR3500.
Douglas Gregor
2009-04-20
clean up anonymous bitfield diagnostics, PR4017
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-16
Check signedness of bitfield sizes.
Anders Carlsson
2009-03-10
Partial fix for PR3310, concerning type-checking for tentative
Douglas Gregor
2009-03-05
fix PR3607 and a fixme, by checking bitfield constraints
Chris Lattner
2008-12-12
Implement rdar://6138816 - [sema] named bitfields cannot have 0 width
Chris Lattner
2008-12-11
add annotation
Chris Lattner
2008-12-06
Add diagnostics for bitfields.
Anders Carlsson