We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70f534 commit 31a7e2cCopy full SHA for 31a7e2c
cpp/ql/src/semmle/code/cpp/Variable.qll
@@ -260,7 +260,7 @@ class ParameterDeclarationEntry extends VariableDeclarationEntry {
260
*/
261
int getIndex() { param_decl_bind(underlyingElement(this), result, _) }
262
263
- string getAnonymousParameterDescription() {
+ private string getAnonymousParameterDescription() {
264
not exists(getName()) and
265
exists(string idx |
266
idx =
0 commit comments