summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/expandablemethods.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/expandablemethods.cxx')
-rw-r--r--compilerplugins/clang/expandablemethods.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/expandablemethods.cxx b/compilerplugins/clang/expandablemethods.cxx
index 9d57ce8bb7b5..73946f5e3c1c 100644
--- a/compilerplugins/clang/expandablemethods.cxx
+++ b/compilerplugins/clang/expandablemethods.cxx
@@ -315,7 +315,7 @@ bool ExpandableMethods::isCalleeFunctionInteresting(const FunctionDecl* function
return true;
}
-loplugin::Plugin::Registration< ExpandableMethods > X("expandablemethods", true);
+loplugin::Plugin::Registration< ExpandableMethods > X("expandablemethods", false);
}