[Libreoffice-commits] core.git: compilerplugins/clang

Noel Grandin noel.grandin at collabora.co.uk
Wed Oct 19 06:41:49 UTC 2016


 compilerplugins/clang/expandablemethods.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e7782a99a5b5248e3c133a7b085737ceb0ecea57
Author: Noel Grandin <noel.grandin at collabora.co.uk>
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);
 
 }
 


More information about the Libreoffice-commits mailing list