]> granicus.if.org Git - clang/commit
Mark the operator delete associated with a virtual destructor as referenced.
authorJohn McCall <rjmccall@apple.com>
Sat, 3 Jul 2010 18:33:00 +0000 (18:33 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 3 Jul 2010 18:33:00 +0000 (18:33 +0000)
commit5efd91a3b58e59006f8a3e8c9256ec00c38dba95
tree5f2d099e8b2ab8023914fa8e2445be3d73f9223c
parent4d254836f4a6a03fb3c77d0636c3cb5475540eb0
Mark the operator delete associated with a virtual destructor as referenced.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107573 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/destructor.cpp