[llvm-commits] [dragonegg] r164019 - /dragonegg/trunk/include/dragonegg/Debug.h

Duncan Sands baldrick at free.fr
Mon Sep 17 01:29:27 PDT 2012


Author: baldrick
Date: Mon Sep 17 03:29:26 2012
New Revision: 164019

URL: http://llvm.org/viewvc/llvm-project?rev=164019&view=rev
Log:
Use LLVM_DELETED_FUNCTION rather than a comment.

Modified:
    dragonegg/trunk/include/dragonegg/Debug.h

Modified: dragonegg/trunk/include/dragonegg/Debug.h
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/include/dragonegg/Debug.h?rev=164019&r1=164018&r2=164019&view=diff
==============================================================================
--- dragonegg/trunk/include/dragonegg/Debug.h (original)
+++ dragonegg/trunk/include/dragonegg/Debug.h Mon Sep 17 03:29:26 2012
@@ -52,8 +52,8 @@
   Function *DeclareFn;     // llvm.dbg.declare
   Function *ValueFn;       // llvm.dbg.value
 
-  DIFactory(const DIFactory &);     // DO NOT IMPLEMENT
-  void operator=(const DIFactory&); // DO NOT IMPLEMENT
+  DIFactory(const DIFactory &) LLVM_DELETED_FUNCTION;
+  void operator=(const DIFactory&) LLVM_DELETED_FUNCTION;
   public:
   enum ComplexAddrKind { OpPlus=1, OpDeref };
 





More information about the llvm-commits mailing list