disable constparams loplugin
increases compile time too much, I will run this by hand periodically Change-Id: I118567ef294847ff609d4de771d998ce3b57161b
This commit is contained in:
@@ -571,7 +571,7 @@ bool ConstParams::isPointerOrReferenceToConst(const QualType& qt) {
|
||||
return false;
|
||||
}
|
||||
|
||||
loplugin::Plugin::Registration< ConstParams > X("constparams", true);
|
||||
loplugin::Plugin::Registration< ConstParams > X("constparams", false);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user