Skip to content

Commit

Permalink
Python: Add generator-flow/dataflow-consistency.ql
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Nov 22, 2022
1 parent 1d1944d commit c7b733c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
uniqueEnclosingCallable
uniqueType
uniqueNodeLocation
missingLocation
uniqueNodeToString
missingToString
parameterCallable
localFlowIsLocal
readStepIsLocal
storeStepIsLocal
compatibleTypesReflexive
unreachableNodeCCtx
localCallNodes
postIsNotPre
postHasUniquePre
uniquePostUpdate
postIsInSameCallable
reverseRead
argHasPostUpdate
postWithInFlow
viableImplInCallContextTooLarge
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import python
import experimental.dataflow.TestUtil.DataFlowConsistency

0 comments on commit c7b733c

Please sign in to comment.