Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / include / llvm / Support / FormattedStream.h
index ad1a26102819f39def0da045295b12e4c865a9fd..4a135cd23174f007c21cc0fc64c6e144f9f85ab9 100644 (file)
@@ -94,7 +94,7 @@ public:
     Scanned = nullptr;
   }
 
-  ~formatted_raw_ostream() {
+  ~formatted_raw_ostream() override {
     flush();
     releaseStream();
   }