Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c4567b

Browse files
committed
Swift: Additional models-as-data doc change I missed out in the other PR - neither CPP nor Swift support 'Parameter' with no argument in an access path.
1 parent f2ef4ad commit 9c4567b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
* The arguments are zero-indexed, and `-1` specifies the qualifier.
4747
* - "Argument[n1..n2]": Similar to "Argument[n]" but select any argument in
4848
* the given range. The range is inclusive at both ends.
49-
* - "Parameter": Selects the value of a parameter of the selected element.
5049
* - "Parameter[n]": Similar to "Parameter" but restricted to a specific
5150
* numbered parameter (zero-indexed, and `-1` specifies the value of `this`).
5251
* - "Parameter[n1..n2]": Similar to "Parameter[n]" but selects any parameter

0 commit comments

Comments
 (0)