accidentally left the expandablemethods loplugin active

Change-Id: Ifadab184876163195ea3307ec32d2eed4ee00b92
This commit is contained in:
Noel Grandin
2016-10-19 08:40:17 +02:00
parent e140e40c12
commit e7782a99a5

View File

@@ -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);
}