]> granicus.if.org Git - clang/commit
Correctly initialize bases with member pointers. This should fix PR6441 but that...
authorAnders Carlsson <andersca@mac.com>
Tue, 18 May 2010 16:51:41 +0000 (16:51 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 18 May 2010 16:51:41 +0000 (16:51 +0000)
commita83fb4bf8119b980ccf7de0795dff250a799ea58
treeb81c617a50f022bebbf18b771fbd6f6c61e1d768
parentd0785ea6c4c37a7fa4fcd4840e6e036ffb44e13e
Correctly initialize bases with member pointers. This should fix PR6441 but that test case is a bit weird and I'd like to investigate further before closing that bug.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104025 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprConstant.cpp
lib/CodeGen/CGRecordLayoutBuilder.cpp
test/CodeGenCXX/pointers-to-data-members.cpp