summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/postfixincrementfix.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/postfixincrementfix.hxx')
-rw-r--r--compilerplugins/clang/postfixincrementfix.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/postfixincrementfix.hxx b/compilerplugins/clang/postfixincrementfix.hxx
index d65c197a170f..29756cf690c6 100644
--- a/compilerplugins/clang/postfixincrementfix.hxx
+++ b/compilerplugins/clang/postfixincrementfix.hxx
@@ -22,7 +22,7 @@ class PostfixIncrementFix
{
public:
explicit PostfixIncrementFix( CompilerInstance& compiler, Rewriter& rewriter );
- virtual void run();
+ virtual void run() override;
bool VisitFunctionDecl( const FunctionDecl* declaration );
private:
typedef std::vector< const Stmt* > StmtParents;