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

Unified Diff: src/IceCfgNode.h

Issue 952953002: Subzero: Improve class definition hygiene. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix typo Created 5 years, 10 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/IceCfg.h ('k') | src/IceConditionCodesX8632.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfgNode.h
diff --git a/src/IceCfgNode.h b/src/IceCfgNode.h
index e3c3ee724f36ef642a29db6ba874c59c0360e069..3b5aff343ac7063888ca749a3c0ee62856376706 100644
--- a/src/IceCfgNode.h
+++ b/src/IceCfgNode.h
@@ -22,6 +22,7 @@
namespace Ice {
class CfgNode {
+ CfgNode() = delete;
CfgNode(const CfgNode &) = delete;
CfgNode &operator=(const CfgNode &) = delete;
« no previous file with comments | « src/IceCfg.h ('k') | src/IceConditionCodesX8632.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698