mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Use slightly less confusing syntax
This commit is contained in:
@@ -134,7 +134,8 @@ predicate jumpStep(Node n1, Node n2) {
|
|||||||
lastUse = getAnAdjacentUse*(def.getAFirstUse()) and
|
lastUse = getAnAdjacentUse*(def.getAFirstUse()) and
|
||||||
not exists(getAnAdjacentUse(lastUse))
|
not exists(getAnAdjacentUse(lastUse))
|
||||||
|
|
|
|
||||||
[n1, n1.(DataFlow::PostUpdateNode).getPreUpdateNode()] = instructionNode(lastUse)
|
n1 = instructionNode(lastUse) or
|
||||||
|
n1.(DataFlow::PostUpdateNode).getPreUpdateNode() = instructionNode(lastUse)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
or
|
or
|
||||||
|
|||||||
Reference in New Issue
Block a user