mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
C++: use explicit this
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user