Skip to content

Commit 1ae76a8

Browse files
committed
Dataflow: Fix qldoc.
1 parent d5be4d7 commit 1ae76a8

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ abstract class Configuration extends string {
144144
* predicate completely disregards source definitions.
145145
*
146146
* This predicate is intended for dataflow exploration and debugging and may
147-
* perform poorly if the number of sources is too big and/or the exploration
147+
* perform poorly if the number of sinks is too big and/or the exploration
148148
* limit is set too high without using barriers.
149149
*
150150
* This predicate is disabled (has no results) by default. Override

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ abstract class Configuration extends string {
144144
* predicate completely disregards source definitions.
145145
*
146146
* This predicate is intended for dataflow exploration and debugging and may
147-
* perform poorly if the number of sources is too big and/or the exploration
147+
* perform poorly if the number of sinks is too big and/or the exploration
148148
* limit is set too high without using barriers.
149149
*
150150
* This predicate is disabled (has no results) by default. Override

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ abstract class Configuration extends string {
144144
* predicate completely disregards source definitions.
145145
*
146146
* This predicate is intended for dataflow exploration and debugging and may
147-
* perform poorly if the number of sources is too big and/or the exploration
147+
* perform poorly if the number of sinks is too big and/or the exploration
148148
* limit is set too high without using barriers.
149149
*
150150
* This predicate is disabled (has no results) by default. Override

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ abstract class Configuration extends string {
144144
* predicate completely disregards source definitions.
145145
*
146146
* This predicate is intended for dataflow exploration and debugging and may
147-
* perform poorly if the number of sources is too big and/or the exploration
147+
* perform poorly if the number of sinks is too big and/or the exploration
148148
* limit is set too high without using barriers.
149149
*
150150
* This predicate is disabled (has no results) by default. Override

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ abstract class Configuration extends string {
144144
* predicate completely disregards source definitions.
145145
*
146146
* This predicate is intended for dataflow exploration and debugging and may
147-
* perform poorly if the number of sources is too big and/or the exploration
147+
* perform poorly if the number of sinks is too big and/or the exploration
148148
* limit is set too high without using barriers.
149149
*
150150
* This predicate is disabled (has no results) by default. Override

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ abstract class Configuration extends string {
144144
* predicate completely disregards source definitions.
145145
*
146146
* This predicate is intended for dataflow exploration and debugging and may
147-
* perform poorly if the number of sources is too big and/or the exploration
147+
* perform poorly if the number of sinks is too big and/or the exploration
148148
* limit is set too high without using barriers.
149149
*
150150
* This predicate is disabled (has no results) by default. Override

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ abstract class Configuration extends string {
144144
* predicate completely disregards source definitions.
145145
*
146146
* This predicate is intended for dataflow exploration and debugging and may
147-
* perform poorly if the number of sources is too big and/or the exploration
147+
* perform poorly if the number of sinks is too big and/or the exploration
148148
* limit is set too high without using barriers.
149149
*
150150
* This predicate is disabled (has no results) by default. Override

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ abstract class Configuration extends string {
144144
* predicate completely disregards source definitions.
145145
*
146146
* This predicate is intended for dataflow exploration and debugging and may
147-
* perform poorly if the number of sources is too big and/or the exploration
147+
* perform poorly if the number of sinks is too big and/or the exploration
148148
* limit is set too high without using barriers.
149149
*
150150
* This predicate is disabled (has no results) by default. Override

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ abstract class Configuration extends string {
144144
* predicate completely disregards source definitions.
145145
*
146146
* This predicate is intended for dataflow exploration and debugging and may
147-
* perform poorly if the number of sources is too big and/or the exploration
147+
* perform poorly if the number of sinks is too big and/or the exploration
148148
* limit is set too high without using barriers.
149149
*
150150
* This predicate is disabled (has no results) by default. Override

csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ abstract class Configuration extends string {
144144
* predicate completely disregards source definitions.
145145
*
146146
* This predicate is intended for dataflow exploration and debugging and may
147-
* perform poorly if the number of sources is too big and/or the exploration
147+
* perform poorly if the number of sinks is too big and/or the exploration
148148
* limit is set too high without using barriers.
149149
*
150150
* This predicate is disabled (has no results) by default. Override

0 commit comments

Comments
 (0)