Skip to content

Commit 9ab8580

Browse files
committed
Data flow: No magic in parameterThroughFlowCand
1 parent 1975a83 commit 9ab8580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ private predicate throughFlowNodeCand(Node node, Configuration config) {
548548
}
549549

550550
/** Holds if flow may return from `callable`. */
551+
pragma[nomagic]
551552
private predicate returnFlowCallableCand(
552553
DataFlowCallable callable, ReturnKindExt kind, Configuration config
553554
) {

0 commit comments

Comments
 (0)