]> granicus.if.org Git - clang/commit
Zap a bogus assert for delegating constructors. PR12890, part 2.
authorEli Friedman <eli.friedman@gmail.com>
Sun, 20 May 2012 00:46:05 +0000 (00:46 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 20 May 2012 00:46:05 +0000 (00:46 +0000)
commita2ac407e285290508c86baa358a0c011ce6f8958
tree902164dbd1712d45e5c3fc1257c9c1ec1d857522
parentd21016f0b6d9dfcce9cd9f2d1451286e75d9de48
Zap a bogus assert for delegating constructors.  PR12890, part 2.

I'm pretty sure we are in fact doing the right thing here, but someone who knows the standard better should double-check that we are in fact supposed to zero out the member in the given testcase.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157138 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprCXX.cpp
test/CodeGenCXX/cxx0x-delegating-ctors.cpp