Skip to content

Commit ee2f740

Browse files
committed
Python: Add generator-flow/dataflow-consistency.ql
1 parent 8de5cfe commit ee2f740

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
uniqueEnclosingCallable
2+
uniqueType
3+
uniqueNodeLocation
4+
missingLocation
5+
uniqueNodeToString
6+
missingToString
7+
parameterCallable
8+
localFlowIsLocal
9+
readStepIsLocal
10+
storeStepIsLocal
11+
compatibleTypesReflexive
12+
unreachableNodeCCtx
13+
localCallNodes
14+
postIsNotPre
15+
postHasUniquePre
16+
uniquePostUpdate
17+
postIsInSameCallable
18+
reverseRead
19+
argHasPostUpdate
20+
postWithInFlow
21+
viableImplInCallContextTooLarge
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import python
2+
import experimental.dataflow.TestUtil.DataFlowConsistency

0 commit comments

Comments
 (0)