summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-09-15 20:20:27 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-09-15 20:20:27 +0000
commita664e5b88f5c31905e07c2081e15e8a27e6bc0ae (patch)
tree4e7f006eeab2a6ef217e72f59604852d5a88bb7b /clang/lib/CodeGen/CodeGenModule.h
parentecee975834e2665c1c8d7de5484a665313e1d04c (diff)
downloadbcm5719-llvm-a664e5b88f5c31905e07c2081e15e8a27e6bc0ae.tar.gz
bcm5719-llvm-a664e5b88f5c31905e07c2081e15e8a27e6bc0ae.zip
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
llvm-svn: 163983
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index d6ff50d5ad7..6e81693f7fd 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -210,8 +210,8 @@ struct ARCEntrypoints {
/// CodeGenModule - This class organizes the cross-function state that is used
/// while generating LLVM code.
class CodeGenModule : public CodeGenTypeCache {
- CodeGenModule(const CodeGenModule&); // DO NOT IMPLEMENT
- void operator=(const CodeGenModule&); // DO NOT IMPLEMENT
+ CodeGenModule(const CodeGenModule &) LLVM_DELETED_FUNCTION;
+ void operator=(const CodeGenModule &) LLVM_DELETED_FUNCTION;
typedef std::vector<std::pair<llvm::Constant*, int> > CtorList;
OpenPOWER on IntegriCloud