File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/codeql/ql-language-reference Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -805,11 +805,11 @@ Binding sets are checked by the QL compiler in the following way:
805
805
806
806
A predicate may have several different binding sets, which can be stated by using multiple ``bindingset `` annotations on the same predicate.
807
807
808
- +----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
809
- | Pragma | Classes | Characters | Member predicates | Non-member predicates | Imports | Fields | Modules | Aliases |
810
- +================+=========+============+===================+=======================+=========+========+=========+=========+
811
- | ``bindingset `` | | yes | yes | yes | | | | |
812
- +----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
808
+ +----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+------------+
809
+ | Pragma | Classes | Characters | Member predicates | Non-member predicates | Imports | Fields | Modules | Aliases | Signatures |
810
+ +================+=========+============+===================+=======================+=========+========+=========+=========+============+
811
+ | ``bindingset `` | | yes | yes | yes | | | | | yes |
812
+ +----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+------------+
813
813
814
814
QLDoc
815
815
-----
You can’t perform that action at this time.
0 commit comments