Skip to content

Commit fb0959b

Browse files
felicitymayaibaars
authored andcommitted
Update QL reference
1 parent 5f835da commit fb0959b

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

docs/codeql/ql-language-reference/annotations.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ The ``bindingset`` annotation takes a comma-separated list of variables.
433433
(for characteristic predicates and member predicates) and ``result`` (for predicates that return a result).
434434
For more information, see ":ref:`predicate-binding`."
435435
- When you annotate a class, each variable must be ``this`` or a field in the class.
436-
Binding sets for classes are supported from release 2.3.0 of the CodeQL CLI, and release 1.26 of LGTM Enterprise.
437436

438437
.. Links to use in substitutions
439438

docs/codeql/ql-language-reference/expressions.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ The values of the contained expressions need to be of :ref:`compatible types <ty
117117
Furthermore, at least one of the set elements has to be of a type that is a supertype of the types of all
118118
the other contained expressions.
119119

120-
Set literals are supported from release 2.1.0 of the CodeQL CLI, and release 1.24 of LGTM Enterprise.
121-
122120
.. index:: super
123121
.. _super:
124122

@@ -341,8 +339,6 @@ The following aggregates are available in QL:
341339
where x in [-5 .. 5] and x != 0
342340
select unique(int y | y = x or y = x.abs() | y)
343341
344-
The ``unique`` aggregate is supported from release 2.1.0 of the CodeQL CLI, and release 1.24 of LGTM Enterprise.
345-
346342
Evaluation of aggregates
347343
========================
348344

docs/codeql/ql-language-reference/ql-language-specification.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,9 +1356,7 @@ Set literals can be of any type, but the types within a set literal have to be c
13561356

13571357
The values of a set literal expression are all the values of all the contained element expressions.
13581358

1359-
Set literals are supported from release 2.1.0 of the CodeQL CLI, and release 1.24 of LGTM Enterprise.
1360-
1361-
Since release 2.7.1 of the CodeQL CLI, and release 1.30 of LGTM Enterprise, a trailing comma is allowed in a set literal.
1359+
Since release 2.7.1 of the CodeQL CLI, a trailing comma is allowed in a set literal.
13621360

13631361
Disambiguation of expressions
13641362
-----------------------------

0 commit comments

Comments
 (0)