Skip to content

Commit 91b413d

Browse files
committed
Dataflow: Sync identical files.
1 parent d5722ff commit 91b413d

28 files changed

+28
-0
lines changed

cpp/ql/lib/semmle/code/cpp/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

cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl2.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

cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl3.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

cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl4.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

cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplLocal.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

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl2.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

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl3.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

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.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

csharp/ql/lib/semmle/code/csharp/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

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl2.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)