]> granicus.if.org Git - clang/commit
Look through using declarations when deciding whether to use an operator
authorJohn McCall <rjmccall@apple.com>
Wed, 4 Aug 2010 00:31:26 +0000 (00:31 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 4 Aug 2010 00:31:26 +0000 (00:31 +0000)
commit046a7466f23107bd752d9a8106aada85061699bc
tree3cd5ed25301ff833e57c48d569fe2fc87c6980cd
parent03b0df95cdef76fcdbad84bb10817733bd03220f
Look through using declarations when deciding whether to use an operator
delete for a virtual destructor.  Diagnose ambiguities.

Fixes PR7803.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110173 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExprCXX.cpp
test/CXX/special/class.dtor/p9.cpp [new file with mode: 0644]