Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: src/PNaClTranslator.h

Issue 619983002: Subzero: Remove LLVM_DELETED_FUNCTION. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceTypeConverter.h ('k') | src/PNaClTranslator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/PNaClTranslator.h
diff --git a/src/PNaClTranslator.h b/src/PNaClTranslator.h
index 464d65bcb5106b8d03794fec960a38d2f8da9561..aa73f83453340ebd6958bfe5a15e35e5c4a978f2 100644
--- a/src/PNaClTranslator.h
+++ b/src/PNaClTranslator.h
@@ -31,8 +31,8 @@ public:
void translate(const std::string &IRFilename);
private:
- PNaClTranslator(const PNaClTranslator &) LLVM_DELETED_FUNCTION;
- PNaClTranslator &operator=(const PNaClTranslator &) LLVM_DELETED_FUNCTION;
+ PNaClTranslator(const PNaClTranslator &) = delete;
+ PNaClTranslator &operator=(const PNaClTranslator &) = delete;
};
}
« no previous file with comments | « src/IceTypeConverter.h ('k') | src/PNaClTranslator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698