Skip to content

Commit 7723dbc

Browse files
authored
Merge pull request github#14026 from hvitved/dataflow/stage3-call-ctx
Data flow: Use call contexts in stage 3
2 parents 8c32919 + 3810b79 commit 7723dbc

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)