]> granicus.if.org Git - clang/commit
fix PR7564 a cast where the bitfield struct init code
authorChris Lattner <sabre@nondot.org>
Mon, 5 Jul 2010 18:03:30 +0000 (18:03 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Jul 2010 18:03:30 +0000 (18:03 +0000)
commit2bc00252d7597af32c84599076e4d14e678aaa8a
tree52caf682905e14587ccdcd13c7e7ebf8f38e4ffb
parent1880666c13b909f858ddec9c2a7784c5a0c04041
fix PR7564 a cast where the bitfield struct init code
wasn't handling array padding elements right.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107621 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprConstant.cpp
test/CodeGen/struct-init.c