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

Unified Diff: src/IceCompileServer.h

Issue 1201023002: Subzero: Use more "= default;" for ctors and dtors. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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 | « no previous file | src/IceTargetLoweringARM32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCompileServer.h
diff --git a/src/IceCompileServer.h b/src/IceCompileServer.h
index 497810a73e16180fa1f27db4f4bc3fd8e8a9ea8c..b5093df81149b64eee053a8eaee2ee5398d98bae 100644
--- a/src/IceCompileServer.h
+++ b/src/IceCompileServer.h
@@ -69,7 +69,7 @@ public:
CLCompileServer(Compiler &Comp, int argc, char **argv)
: CompileServer(Comp), argc(argc), argv(argv) {}
- ~CLCompileServer() final {}
+ ~CLCompileServer() final = default;
void run() final;
« no previous file with comments | « no previous file | src/IceTargetLoweringARM32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698