Enable loplugin:staticmethods

Change-Id: Ic0062eddebf9225d298569bb4900047a0ee0b112
This commit is contained in:
Stephan Bergmann 2015-05-08 16:57:23 +02:00
parent 516d300744
commit aa50b1c03f

View File

@ -206,7 +206,7 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl)
return true;
}
loplugin::Plugin::Registration<StaticMethods> X("staticmethods", false);
loplugin::Plugin::Registration<StaticMethods> X("staticmethods");
}