Fix Clang -Wmissing-override warning
[oota-llvm.git] / include / llvm / DebugInfo / DIContext.h
index dddc7faa73e8b9c76964de9d44eaa643621c3e6b..d8830da56b518cdf352cdf036fae088b9a264792 100644 (file)
@@ -141,8 +141,7 @@ private:
 /// on the fly.
 class LoadedObjectInfo {
 public:
-  LoadedObjectInfo() {}
-  virtual ~LoadedObjectInfo() {}
+  virtual ~LoadedObjectInfo() = default;
 
   /// Obtain the Load Address of a section by Name.
   ///