Python: Add generator-flow/dataflow-consistency.ql

This commit is contained in:
Rasmus Wriedt Larsen
2022-11-22 14:42:10 +01:00
parent 8de5cfef43
commit ee2f7401e8
2 changed files with 23 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,2 @@
import python
import experimental.dataflow.TestUtil.DataFlowConsistency