Skip to content

Commit 31a7e2c

Browse files
committed
C++: Make getAnonymousParameterDescription private.
1 parent a70f534 commit 31a7e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/Variable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class ParameterDeclarationEntry extends VariableDeclarationEntry {
260260
*/
261261
int getIndex() { param_decl_bind(underlyingElement(this), result, _) }
262262

263-
string getAnonymousParameterDescription() {
263+
private string getAnonymousParameterDescription() {
264264
not exists(getName()) and
265265
exists(string idx |
266266
idx =

0 commit comments

Comments
 (0)