Add stub implementations of flowCheckNodeSpecific

This commit is contained in:
Owen Mansel-Chan
2023-06-14 14:36:45 +01:00
parent e0f7437d40
commit 5f72ce0935
8 changed files with 40 additions and 0 deletions

View File

@@ -242,6 +242,11 @@ class CastNode extends ExprNode {
CastNode() { this.getExpr() instanceof CastingExpr }
}
/**
* Holds if `n` should be a FlowCheckNode, which will appear in path summaries.
*/
predicate flowCheckNodeSpecific(Node n) { none() }
private newtype TDataFlowCallable =
TSrcCallable(Callable c) or
TSummarizedCallable(SummarizedCallable c) or