Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e14ba4

Browse files
committed
C++: Follow-up changes
1 parent 15ee1e3 commit 6e14ba4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,3 +301,5 @@ class DataFlowCall extends Expr {
301301
}
302302

303303
predicate isUnreachableInCall(Node n, DataFlowCall call) { none() } // stub implementation
304+
305+
int flowThroughAccessPathLimit() { none() }

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,5 @@ class DataFlowCall extends CallInstruction {
204204
}
205205

206206
predicate isUnreachableInCall(Node n, DataFlowCall call) { none() } // stub implementation
207+
208+
int flowThroughAccessPathLimit() { none() }

0 commit comments

Comments
 (0)