Skip to content

Commit e9b5fda

Browse files
committed
trigger ci
1 parent 725650a commit e9b5fda

File tree

29 files changed

+29
-0
lines changed

29 files changed

+29
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl1.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl5.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

go/ql/lib/semmle/go/dataflow/internal/DataFlowImpl1.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

go/ql/lib/semmle/go/dataflow/internal/DataFlowImpl2.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl1.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl5.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl6.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl1.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl2.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl3.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl4.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl1.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

swift/ql/lib/codeql/swift/dataflow/internal/DataFlowImpl1.qll

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* DEPRECATED: Use `Global` and `GlobalWithState` instead.
33
*
4+
*
45
* Provides a `Configuration` class backwards-compatible interface to the data
56
* flow library.
67
*/

0 commit comments

Comments
 (0)