mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Dataflow: Minor simplification.
This commit is contained in:
@@ -2043,7 +2043,7 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
|
||||
exists(NodeEx node, FlowState state |
|
||||
sourceNode(node, state) and
|
||||
(if hasSourceCallCtx() then cc = true else cc = false) and
|
||||
PrevStage::revFlow(node, state, getApprox(any(ApNil nil))) and
|
||||
PrevStage::revFlow(node, state, any(PrevStage::ApNil nil)) and
|
||||
c = node.getEnclosingCallable()
|
||||
)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user