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

loplugin constantparam, ignore variadic methods

Change-Id: Ieabb020406d5a381dd9cbace3b1e4cc434857d54
üst a94ef798
......@@ -97,6 +97,8 @@ void ConstantParam::addToCallSet(const FunctionDecl* functionDecl, int paramInde
if (!functionDecl->getNameInfo().getLoc().isValid())
return;
if (functionDecl->isVariadic())
return;
if (ignoreLocation(functionDecl))
return;
// ignore stuff that forms part of the stable URE interface
......
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