Skip to content

Commit 3b5be53

Browse files
committed
C++: Set defaultFieldFlowBranchLimit to 3
1 parent bb30e97 commit 3b5be53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImplSpecific.qll

+2
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ module CppDataFlow implements InputSig<Location> {
3131
predicate viableImplInCallContext = Private::viableImplInCallContext/2;
3232

3333
predicate neverSkipInPathGraph = Private::neverSkipInPathGraph/1;
34+
35+
int defaultFieldFlowBranchLimit() { result = 3 }
3436
}

0 commit comments

Comments
 (0)