C++: Follow-up changes

This commit is contained in:
Tom Hvitved
2020-02-04 11:01:40 +01:00
parent 15ee1e37b9
commit 6e14ba4e56
2 changed files with 4 additions and 0 deletions

View File

@@ -301,3 +301,5 @@ class DataFlowCall extends Expr {
}
predicate isUnreachableInCall(Node n, DataFlowCall call) { none() } // stub implementation
int flowThroughAccessPathLimit() { none() }

View File

@@ -204,3 +204,5 @@ class DataFlowCall extends CallInstruction {
}
predicate isUnreachableInCall(Node n, DataFlowCall call) { none() } // stub implementation
int flowThroughAccessPathLimit() { none() }