compilerplugins/clang/expandablemethods.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e7782a99a5b5248e3c133a7b085737ceb0ecea57 Author: Noel Grandin <[email protected]> Date: Wed Oct 19 08:40:17 2016 +0200 accidentally left the expandablemethods loplugin active Change-Id: Ifadab184876163195ea3307ec32d2eed4ee00b92 diff --git a/compilerplugins/clang/expandablemethods.cxx b/compilerplugins/clang/expandablemethods.cxx index 9d57ce8..73946f5 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); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
