mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
C++/Go/Python/Ruby/Swift: Add dummy localMustFlowStep.
This commit is contained in:
@@ -1697,6 +1697,8 @@ private predicate mustHaveLambdaType(CfgNodes::ExprCfgNode e, Callable c) {
|
||||
)
|
||||
}
|
||||
|
||||
predicate localMustFlowStep(Node node1, Node node2) { none() }
|
||||
|
||||
/** Gets the type of `n` used for type pruning. */
|
||||
DataFlowType getNodeType(Node n) {
|
||||
result = TLambdaDataFlowType(n.(LambdaSelfReferenceNode).getCallable())
|
||||
|
||||
Reference in New Issue
Block a user