]> granicus.if.org Git - clang/commit
Fix an assert when assigning a boolean value to a bitfield of type _Bool.
authorAnders Carlsson <andersca@mac.com>
Sat, 17 Apr 2010 21:52:22 +0000 (21:52 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 17 Apr 2010 21:52:22 +0000 (21:52 +0000)
commit4803535dfef2626d2aec18ef92450b5008945352
tree1d941f95a69fcde49daca392eef88a7c22ba5c47
parentd62328e6a0fa933e3a5daaf68e4964031e6c5c5e
Fix an assert when assigning a boolean value to a bitfield of type _Bool.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101678 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
test/CodeGen/bitfield-2.c