Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base class...
authorCraig Topper <craig.topper@gmail.com>
Wed, 17 Oct 2012 05:15:58 +0000 (05:15 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 17 Oct 2012 05:15:58 +0000 (05:15 +0000)
commitfda458c2df6c282a4fbe335157676f7fa4117021
tree3ea088409915713ce235a7f1f324f00b2590c05e
parent35a5640254d38fcdf73b22a839980aaacd437092
Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base class destructors. This isn't legal by the C++11 standard and clang now checks for it. Curiously gcc didn't catch this, possibly because of the template usage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166089 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Operator.h