accidentally left the expandablemethods loplugin active
Change-Id: Ifadab184876163195ea3307ec32d2eed4ee00b92
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user