]> granicus.if.org Git - clang/commit
[c++20] Check for a class-specific operator delete when deleting an
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 7 Oct 2019 03:14:28 +0000 (03:14 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 7 Oct 2019 03:14:28 +0000 (03:14 +0000)
commitc6e0b35a0bb647502d03bf779b9d0af76b37a2cd
tree28a7b07312276f7751bc8b6eab3bc96ec0d72ff0
parent231ea9998762f44267950a4c864442226b839c25
[c++20] Check for a class-specific operator delete when deleting an
object of class type with a virtual destructor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373875 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/SemaCXX/constant-expression-cxx2a.cpp