]> granicus.if.org Git - clang/commit
Implement bit-field promotion rules for C99. Fixes PR3500.
authorDouglas Gregor <dgregor@apple.com>
Fri, 1 May 2009 20:41:21 +0000 (20:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 1 May 2009 20:41:21 +0000 (20:41 +0000)
commitfc24e44bea29dcaabd9cf2c7663fe1c1286d90c1
tree66f6d41dd637c3939d0f64b541ca9fb85d0edfc4
parente917aa31d3e042e135abce4b6b183eb27f58b79a
Implement bit-field promotion rules for C99. Fixes PR3500.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70571 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/CodeGen/bitfield-promote.c [new file with mode: 0644]
test/Sema/bitfield.c