]> granicus.if.org Git - clang/commit
When null-initializing bases with data member pointers, don't assert on virtual bases...
authorAnders Carlsson <andersca@mac.com>
Thu, 27 May 2010 18:51:01 +0000 (18:51 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 27 May 2010 18:51:01 +0000 (18:51 +0000)
commit0a87b377d9a8af87ebc99585be96aac2d36ccfcb
tree24c5e398ad4734dc8f2469cce2f7843e0b314e71
parent78673d9f910e8dfe13248c2426c51d8f9fb28572
When null-initializing bases with data member pointers, don't assert on virtual bases. Just initialize them to null.

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