Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FU...
authorCraig Topper <craig.topper@gmail.com>
Mon, 17 Sep 2012 06:59:23 +0000 (06:59 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 17 Sep 2012 06:59:23 +0000 (06:59 +0000)
commit001d3dc976d7cda8a3dd8c7fd4020b0b96033f4e
treed02ed0fa01f5b6ca9617e669505b7d391d3af029
parentde8091708f2d5ade958507aa6d37907a6277e9f2
Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164016 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/CodeGen/GCMetadataPrinter.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineLoopInfo.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/CodeGen/RegAllocPBQP.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetIntrinsicInfo.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetLoweringObjectFile.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetSelectionDAGInfo.h
include/llvm/Target/TargetSubtargetInfo.h