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
Loading
Please register or sign in to comment