summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/postfixincrementfix.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/postfixincrementfix.cxx')
-rw-r--r--compilerplugins/clang/postfixincrementfix.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/postfixincrementfix.cxx b/compilerplugins/clang/postfixincrementfix.cxx
index bfaf77cefa6c..2f474761830f 100644
--- a/compilerplugins/clang/postfixincrementfix.cxx
+++ b/compilerplugins/clang/postfixincrementfix.cxx
@@ -162,4 +162,6 @@ bool PostfixIncrementFix::shouldDoChange( const Expr* operand )
}
}
+static Plugin::Registration< PostfixIncrementFix > X( "postfixincrementfix" );
+
} // namespace