]> granicus.if.org Git - clang/commit
Fix a subtle bug in CodeGen for the increment of a bitfield.
authorEli Friedman <eli.friedman@gmail.com>
Mon, 23 Mar 2009 03:00:06 +0000 (03:00 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 23 Mar 2009 03:00:06 +0000 (03:00 +0000)
commitf52bbeb1ce55aa10b4519024258b8962777fa8d4
treee082df0d7db1a83704d0b49c8e8ea8781ac9a6c7
parent38a08d2749e4efd4c6465b7987f11343aaa35dd9
Fix a subtle bug in CodeGen for the increment of a bitfield.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67499 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprScalar.cpp
test/CodeGen/2009-03-22-increment-bitfield.c [new file with mode: 0644]