C++: use explicit this

This commit is contained in:
Nick Rolfe
2022-10-12 16:11:45 +01:00
parent 87af5b7d71
commit cfb9277cd7

View File

@@ -229,7 +229,7 @@ class Node extends TIRDataFlowNode {
Expr asIndirectArgument() { result = this.asIndirectArgument(_) }
/** Gets the positional parameter corresponding to this node, if any. */
Parameter asParameter() { result = asParameter(0) }
Parameter asParameter() { result = this.asParameter(0) }
/**
* Gets the uninitialized local variable corresponding to this node, if