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

Unified Diff: src/IceConverter.h

Issue 1281003003: Subzero: Fix a memory leak. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Use default instead of {} Created 5 years, 4 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/IceConverter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceConverter.h
diff --git a/src/IceConverter.h b/src/IceConverter.h
index f2dbb3a5e627371c3bf9a399c32315b93c2f37a3..43ee3cb7c084f10e284906136b82a30fbad24f39 100644
--- a/src/IceConverter.h
+++ b/src/IceConverter.h
@@ -34,7 +34,7 @@ public:
Converter(llvm::Module *Mod, GlobalContext *Ctx)
: Translator(Ctx), Mod(Mod) {}
- ~Converter() = default;
+ ~Converter() override = default;
/// Converts the LLVM Module to ICE. Sets exit status to false if successful,
/// true otherwise.
« no previous file with comments | « no previous file | src/IceConverter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698