Chromium Code Reviews

Unified Diff: src/IceCfg.h

Issue 952953002: Subzero: Improve class definition hygiene. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix cross tests. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« src/IceAPInt.h ('K') | « src/IceAPInt.h ('k') | src/IceCfgNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfg.h
diff --git a/src/IceCfg.h b/src/IceCfg.h
index 737bb64fa283d421e16041cb53a817327896c5d7..b4c3748455829fb4e44a3325d6dc6f83d0953db2 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -24,6 +24,7 @@
namespace Ice {
class Cfg {
+ Cfg() = delete;
Cfg(const Cfg &) = delete;
Cfg &operator=(const Cfg &) = delete;
« src/IceAPInt.h ('K') | « src/IceAPInt.h ('k') | src/IceCfgNode.h » ('j') | no next file with comments »

Powered by Google App Engine