Skip to content

Commit 55c4643

Browse files
committed
Dataflow: Sync.
1 parent ce8a20c commit 55c4643

38 files changed

+38
-38
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ abstract class Configuration extends string {
7070
/**
7171
* Holds if `sink` is a relevant data flow sink accepting `state`.
7272
*/
73-
predicate isSink(Node source, FlowState state) { none() }
73+
predicate isSink(Node sink, FlowState state) { none() }
7474

7575
/**
7676
* Holds if data flow through `node` is prohibited. This completely removes

cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl2.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ abstract class Configuration extends string {
7070
/**
7171
* Holds if `sink` is a relevant data flow sink accepting `state`.
7272
*/
73-
predicate isSink(Node source, FlowState state) { none() }
73+
predicate isSink(Node sink, FlowState state) { none() }
7474

7575
/**
7676
* Holds if data flow through `node` is prohibited. This completely removes

cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl3.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ abstract class Configuration extends string {
7070
/**
7171
* Holds if `sink` is a relevant data flow sink accepting `state`.
7272
*/
73-
predicate isSink(Node source, FlowState state) { none() }
73+
predicate isSink(Node sink, FlowState state) { none() }
7474

7575
/**
7676
* Holds if data flow through `node` is prohibited. This completely removes

cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ abstract class Configuration extends string {
7070
/**
7171
* Holds if `sink` is a relevant data flow sink accepting `state`.
7272
*/
73-
predicate isSink(Node source, FlowState state) { none() }
73+
predicate isSink(Node sink, FlowState state) { none() }
7474

7575
/**
7676
* Holds if data flow through `node` is prohibited. This completely removes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ abstract class Configuration extends string {
7070
/**
7171
* Holds if `sink` is a relevant data flow sink accepting `state`.
7272
*/
73-
predicate isSink(Node source, FlowState state) { none() }
73+
predicate isSink(Node sink, FlowState state) { none() }
7474

7575
/**
7676
* Holds if data flow through `node` is prohibited. This completely removes

cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl2.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ abstract class Configuration extends string {
7070
/**
7171
* Holds if `sink` is a relevant data flow sink accepting `state`.
7272
*/
73-
predicate isSink(Node source, FlowState state) { none() }
73+
predicate isSink(Node sink, FlowState state) { none() }
7474

7575
/**
7676
* Holds if data flow through `node` is prohibited. This completely removes

cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl3.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ abstract class Configuration extends string {
7070
/**
7171
* Holds if `sink` is a relevant data flow sink accepting `state`.
7272
*/
73-
predicate isSink(Node source, FlowState state) { none() }
73+
predicate isSink(Node sink, FlowState state) { none() }
7474

7575
/**
7676
* Holds if data flow through `node` is prohibited. This completely removes

cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl4.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ abstract class Configuration extends string {
7070
/**
7171
* Holds if `sink` is a relevant data flow sink accepting `state`.
7272
*/
73-
predicate isSink(Node source, FlowState state) { none() }
73+
predicate isSink(Node sink, FlowState state) { none() }
7474

7575
/**
7676
* Holds if data flow through `node` is prohibited. This completely removes

cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplLocal.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ abstract class Configuration extends string {
7070
/**
7171
* Holds if `sink` is a relevant data flow sink accepting `state`.
7272
*/
73-
predicate isSink(Node source, FlowState state) { none() }
73+
predicate isSink(Node sink, FlowState state) { none() }
7474

7575
/**
7676
* Holds if data flow through `node` is prohibited. This completely removes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ abstract class Configuration extends string {
7070
/**
7171
* Holds if `sink` is a relevant data flow sink accepting `state`.
7272
*/
73-
predicate isSink(Node source, FlowState state) { none() }
73+
predicate isSink(Node sink, FlowState state) { none() }
7474

7575
/**
7676
* Holds if data flow through `node` is prohibited. This completely removes

0 commit comments

Comments
 (0)