Kaydet (Commit) 7c473eb7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Enable loplugin:defaultparams

Change-Id: Ie0a17569d1216816fd6357cd2ba1e125d2172408
üst cbe11506
......@@ -81,7 +81,7 @@ bool DefaultParams::VisitCallExpr(CallExpr * callExpr) {
return true;
}
loplugin::Plugin::Registration< DefaultParams > X("defaultparams", false);
loplugin::Plugin::Registration< DefaultParams > X("defaultparams");
}
......
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