mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Swift: document "ArrayElement" case in MaD
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
@@ -497,6 +497,7 @@ predicate parseContent(AccessPathToken component, Content content) {
|
||||
or
|
||||
parseEnum(component, content)
|
||||
or
|
||||
// map legacy "ArrayElement" specification components to `CollectionContent`
|
||||
component.getName() = "ArrayElement" and
|
||||
content instanceof Content::CollectionContent
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user