]> granicus.if.org Git - clang/commit
Make sure CodeGen uses a value of the correct type as the result of
authorEli Friedman <eli.friedman@gmail.com>
Wed, 19 Dec 2012 00:26:58 +0000 (00:26 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 19 Dec 2012 00:26:58 +0000 (00:26 +0000)
commite538d48957b10bfaac46bc6138b78cfcc28ee89e
tree68369cf8ca2f82edd66e5f2a23bd0c9aa3cd19a0
parent7c10683c834f051e018c89b090d64bf5e4ca3bcc
Make sure CodeGen uses a value of the correct type as the result of
of assignment to a bool bitfield.  PR14638.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170480 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
test/CodeGenCXX/bool-bitfield.cpp [new file with mode: 0644]