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

Unified Diff: src/IceCompiler.h

Issue 1197223002: Subzero: Use C++11 member initializers where practical. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Rebase Created 5 years, 6 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/IceCompileServer.h ('k') | src/IceConverter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCompiler.h
diff --git a/src/IceCompiler.h b/src/IceCompiler.h
index 87915a6366df7b6f648142280ee180e261440254..460c3274afeeb5bd6522ea1f1fd1fafaeb72eda1 100644
--- a/src/IceCompiler.h
+++ b/src/IceCompiler.h
@@ -30,7 +30,7 @@ class Compiler {
Compiler &operator=(const Compiler &) = delete;
public:
- Compiler() {}
+ Compiler() = default;
// Run the compiler with the given GlobalContext for compilation
// state. Upon error, the Context's error status will be set.
« no previous file with comments | « src/IceCompileServer.h ('k') | src/IceConverter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698