Skip to content

Commit 3810b79

Browse files
committed
Data flow: Use call contexts in stage 3
1 parent fe36230 commit 3810b79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImpl.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,8 @@ module MakeImpl<InputSig Lang> {
23752375

23762376
ApOption apSome(Ap ap) { result = TApproxAccessPathFrontSome(ap) }
23772377

2378-
import BooleanCallContext
2378+
import Level1CallContext
2379+
import NoLocalCallContext
23792380

23802381
predicate localStep(
23812382
NodeEx node1, FlowState state1, NodeEx node2, FlowState state2, boolean preservesValue,

0 commit comments

Comments
 (0)