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
710
710
| "private"
711
711
| "deprecated"
712
712
| "override"
713
+ | "additional"
713
714
| "query"
714
715
715
716
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
746
747
+----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
747
748
| ``override `` | | | yes | | | yes | | |
748
749
+----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
750
+ | ``additional `` | yes | | | yes | | | yes | yes |
751
+ +----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
749
752
| ``query `` | | | | yes | | | | yes |
750
753
+----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
751
754
@@ -2165,6 +2168,7 @@ The complete grammar for QL is as follows:
2165
2168
| "private"
2166
2169
| "deprecated"
2167
2170
| "override"
2171
+ | "additional"
2168
2172
| "query"
2169
2173
2170
2174
argsAnnotation ::= "pragma" "[" ("inline" | "inline_late" | "noinline" | "nomagic" | "noopt" | "assume_small_delta") "]"
You can’t perform that action at this time.
0 commit comments