]> granicus.if.org Git - clang/commit
Add a test case for P%7346, which was fixed by not doing the operator
authorJohn McCall <rjmccall@apple.com>
Wed, 4 Aug 2010 01:07:02 +0000 (01:07 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 4 Aug 2010 01:07:02 +0000 (01:07 +0000)
commitd05b1b2a4426037d53931c95c9ca685aa03d21f8
treea922ed6780adbd2cba9730181e351a0eb9112d61
parent15442825bb2c3f2cc48f3ed753d172beb8ed1232
Add a test case for P%7346, which was fixed by not doing the operator
delete lookup until the end of the class definition.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110176 91177308-0d34-0410-b5e6-96231b3b80d8
test/CXX/special/class.dtor/p9.cpp