Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / include / llvm / Analysis / CallGraph.h
index 64d288a2bb5d13ce93eec5db838f20f2c7fef1f3..14b88220202adeb9b87f46cf02648d5865afedaa 100644 (file)
@@ -318,7 +318,7 @@ public:
   static char ID; // Class identification, replacement for typeinfo
 
   CallGraphWrapperPass();
-  virtual ~CallGraphWrapperPass();
+  ~CallGraphWrapperPass() override;
 
   /// \brief The internal \c CallGraph around which the rest of this interface
   /// is wrapped.