Skip to content

Commit d5722ff

Browse files
committed
C++: Add 'nomagic' to 'revPartialPathStep'.
1 parent b433f08 commit d5722ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5047,6 +5047,7 @@ private module FlowExploration {
50475047
)
50485048
}
50495049

5050+
pragma[nomagic]
50505051
private predicate revPartialPathStep(
50515052
PartialPathNodeRev mid, NodeEx node, FlowState state, TRevSummaryCtx1 sc1, TRevSummaryCtx2 sc2,
50525053
TRevSummaryCtx3 sc3, RevPartialAccessPath ap, Configuration config

0 commit comments

Comments
 (0)