index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
bitfield.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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