summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/lclstaticfix.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/lclstaticfix.cxx')
-rw-r--r--compilerplugins/clang/lclstaticfix.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/lclstaticfix.cxx b/compilerplugins/clang/lclstaticfix.cxx
index a5c765b229b7..e966139dbaa1 100644
--- a/compilerplugins/clang/lclstaticfix.cxx
+++ b/compilerplugins/clang/lclstaticfix.cxx
@@ -49,4 +49,6 @@ bool LclStaticFix::VisitFunctionDecl( FunctionDecl* declaration )
return true;
}
+static Plugin::Registration< LclStaticFix > X( "lclstaticfix" );
+
} // namespace