Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators that...
authorCraig Topper <craig.topper@gmail.com>
Sun, 16 Sep 2012 21:37:56 +0000 (21:37 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 16 Sep 2012 21:37:56 +0000 (21:37 +0000)
commitf630e49efc7bf3f1716b6daab3c2cc11a908754a
tree0d75be23a098a5db30544eb3bd5991f053f3005f
parentfbb13471ed99ab8fdc3dbadb091ee5e2295b7b26
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators that aren't implemented.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164006 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/llvm/ADT/SmallPtrSet.h
include/llvm/DerivedTypes.h
include/llvm/Instruction.h
include/llvm/Support/Allocator.h
include/llvm/Support/LockFileManager.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/Mutex.h
include/llvm/Support/PrettyStackTrace.h
include/llvm/Support/Program.h
include/llvm/Support/RWMutex.h
include/llvm/Support/SourceMgr.h
include/llvm/Support/StreamableMemoryObject.h
include/llvm/Support/Timer.h
include/llvm/Support/raw_ostream.h
include/llvm/Support/system_error.h
include/llvm/Use.h
include/llvm/User.h
include/llvm/Value.h