File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
docs/codeql/ql-language-reference Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -710,6 +710,7 @@ Various kinds of syntax can have *annotations* applied to them. Annotations are
710710 | "private"
711711 | "deprecated"
712712 | "override"
713+ | "additional"
713714 | "query"
714715
715716 argsAnnotation ::= "pragma" "[" ("inline" | "inline_late" | "noinline" | "nomagic" | "noopt" | "assume_small_delta") "]"
@@ -746,6 +747,8 @@ The following table summarizes the syntactic constructs which can be marked with
746747+----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
747748| ``override `` | | | yes | | | yes | | |
748749+----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
750+ | ``additional `` | yes | | | yes | | | yes | yes |
751+ +----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
749752| ``query `` | | | | yes | | | | yes |
750753+----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
751754
@@ -2165,6 +2168,7 @@ The complete grammar for QL is as follows:
21652168 | "private"
21662169 | "deprecated"
21672170 | "override"
2171+ | "additional"
21682172 | "query"
21692173
21702174 argsAnnotation ::= "pragma" "[" ("inline" | "inline_late" | "noinline" | "nomagic" | "noopt" | "assume_small_delta") "]"
You can’t perform that action at this time.
0 commit comments