Skip to content
Commit 1958f04b authored by Craig Topper's avatar Craig Topper
Browse files

Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base...

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.

llvm-svn: 166089
parent 0d54a17b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment