Remove empty non-virtual destructors or mark them =default when non-public
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 11 Apr 2015 15:32:26 +0000 (15:32 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 11 Apr 2015 15:32:26 +0000 (15:32 +0000)
commit829e0131071569aa28d64751cf85c2c545ab9b54
treec5442a0ecf79e9e3ab576ab9c6b7e6c705efc2a1
parent1cea397876184dc2e200fb2c86ceff396e86d60e
Remove empty non-virtual destructors or mark them =default when non-public

These add no value but can make a class non-trivially copyable. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234688 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/Analysis/RegionInfo.h
include/llvm/Bitcode/BitCodes.h
include/llvm/CodeGen/MachineRegionInfo.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
include/llvm/IR/DebugInfoMetadata.h
include/llvm/IR/Metadata.h
include/llvm/IR/Type.h
include/llvm/IR/ValueMap.h
include/llvm/MC/ConstantPools.h
include/llvm/MC/MCTargetAsmParser.h
include/llvm/TableGen/Record.h
include/llvm/Transforms/Utils/SymbolRewriter.h
lib/AsmParser/LLLexer.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/IR/AsmWriter.cpp
lib/TableGen/TGLexer.h
lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h