mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
committed by
GitHub
parent
d182eae868
commit
85a45b0155
@@ -8,7 +8,7 @@ where
|
||||
not exists(node.getScope()) and
|
||||
exists(Node nodeFrom, Node nodeTo | node in [nodeFrom, nodeTo] |
|
||||
// the list of step relations used with PhaseDependentFlow has been compiled
|
||||
// manually, and there isn't really a good way to do so manually :|
|
||||
// manually, and there isn't really a good way to do so automatically :|
|
||||
DataFlowPrivate::LocalFlow::definitionFlowStep(nodeFrom, nodeTo)
|
||||
or
|
||||
DataFlowPrivate::LocalFlow::expressionFlowStep(nodeFrom, nodeTo)
|
||||
|
||||
Reference in New Issue
Block a user