| commit | f762a7772b1faa5855b07ca78b221edbaba53b59 | [log] |
|---|---|---|
| author | Noel Grandin <noel.grandin@collabora.co.uk> | Tue Apr 11 10:17:02 2017 +0200 |
| committer | Noel Grandin <noel.grandin@collabora.co.uk> | Tue Apr 11 13:08:19 2017 +0200 |
| tree | 58ab1f480ca5c4a0fa8f5d6565fde800557d9069 | |
| parent | a94ef79826fdb52bcde2d0ee8b76da6df46962f2 [diff] |
loplugin constantparam, ignore variadic methods Change-Id: Ieabb020406d5a381dd9cbace3b1e4cc434857d54
diff --git a/compilerplugins/clang/constantparam.cxx b/compilerplugins/clang/constantparam.cxx index f5a3d53..d748919 100644 --- a/compilerplugins/clang/constantparam.cxx +++ b/compilerplugins/clang/constantparam.cxx
@@ -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