]> granicus.if.org Git - clang/commit
Fixing PR18430 by checking that the size of bitfields plus padding does not
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Wed, 29 Jan 2014 00:09:16 +0000 (00:09 +0000)
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Wed, 29 Jan 2014 00:09:16 +0000 (00:09 +0000)
commit9124a4b7f4e310c9f4aa305f42ce48fd352eaaf3
tree46627f1cd993f224d741220208195d3da8513763
parent2ca8d0c1e640fdad9d49160b852b90e0f2e6ba60
Fixing PR18430 by checking that the size of bitfields plus padding does not
grow into the following virtual base.

Differential Revision: http://llvm-reviews.chandlerc.com/D2560

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200359 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGRecordLayoutBuilder.cpp
test/CodeGenCXX/bitfield.cpp