]> granicus.if.org Git - clang/commit
Fix bitfield promotions in several more cases. We don't seem to work hard enough...
authorDouglas Gregor <dgregor@apple.com>
Sat, 2 May 2009 00:36:19 +0000 (00:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 2 May 2009 00:36:19 +0000 (00:36 +0000)
commit2d833e349029ba73d4a101831371515a25dbda60
treeae74f5d1bb489d407e48b3baf9bf3ded06d83066
parent4e8df2eb7072db8f66572c3db31a2a08b12a752e
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70613 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/Sema/bitfield.c