Skip to content

Commit a6d7b1f

Browse files
MathiasVPjbj
andauthored
Update cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Jonas Jensen <jbj@github.com>
1 parent e95aefe commit a6d7b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private class PrimaryArgumentNode extends ArgumentNode {
3737
override string toString() {
3838
result = "Argument " + op.(PositionalArgumentOperand).getIndex()
3939
or
40-
op instanceof ThisArgumentOperand and result = "this"
40+
op instanceof ThisArgumentOperand and result = "This argument"
4141
}
4242
}
4343

0 commit comments

Comments
 (0)