mirror of
https://github.com/github/codeql.git
synced 2026-03-05 15:16:47 +01:00
Add stub implementations of flowCheckNodeSpecific
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user