Apply modernize-use-override.

This commit is contained in:
Alexander Arlt
2020-04-02 18:00:44 -05:00
parent 4816484964
commit cae6e7769f
19 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class StaticAnalyzer: private ASTConstVisitor
public:
/// @param _errorReporter provides the error logging functionality.
explicit StaticAnalyzer(langutil::ErrorReporter& _errorReporter);
~StaticAnalyzer();
~StaticAnalyzer() override;
/// Performs static analysis on the given source unit and all of its sub-nodes.
/// @returns true iff all checks passed. Note even if all checks passed, errors() can still contain warnings