mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C++: Follow-up changes
This commit is contained in:
@@ -301,3 +301,5 @@ class DataFlowCall extends Expr {
|
||||
}
|
||||
|
||||
predicate isUnreachableInCall(Node n, DataFlowCall call) { none() } // stub implementation
|
||||
|
||||
int flowThroughAccessPathLimit() { none() }
|
||||
|
||||
@@ -204,3 +204,5 @@ class DataFlowCall extends CallInstruction {
|
||||
}
|
||||
|
||||
predicate isUnreachableInCall(Node n, DataFlowCall call) { none() } // stub implementation
|
||||
|
||||
int flowThroughAccessPathLimit() { none() }
|
||||
|
||||
Reference in New Issue
Block a user