Kaydet (Commit) e7782a99 authored tarafından Noel Grandin's avatar Noel Grandin

accidentally left the expandablemethods loplugin active

Change-Id: Ifadab184876163195ea3307ec32d2eed4ee00b92
üst e140e40c
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment