Skip to content

Commit b2a301c

Browse files
committed
Swift: Remove claims about 'Annotated'.
1 parent 4a4c77e commit b2a301c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

swift/ql/lib/codeql/swift/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@
2525
* types can be short names or fully qualified names (mixing these two options
2626
* is not allowed within a single signature).
2727
* 6. The `ext` column specifies additional API-graph-like edges. Currently
28-
* there are only two valid values: "" and "Annotated". The empty string has no
29-
* effect. "Annotated" applies if `name` and `signature` were left blank and
30-
* acts by selecting an element that is annotated by the annotation type
31-
* selected by the first 4 columns. This can be another member such as a field
32-
* or method, or a parameter.
28+
* there is only one valid value: "".
3329
* 7. The `input` column specifies how data enters the element selected by the
3430
* first 6 columns, and the `output` column specifies how data leaves the
3531
* element selected by the first 6 columns. An `input` can be either "",

0 commit comments

Comments
 (0)