We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b3487 commit 8f24b0bCopy full SHA for 8f24b0b
1 file changed
swift/ql/lib/codeql/swift/dataflow/ExternalFlow.qll
@@ -444,6 +444,7 @@ private Element interpretElement0(
444
getDeclType(decl) = nomType
445
)
446
or
447
+ // Fields
448
signature = "" and
449
exists(NominalType nomType, IterableDeclContext decl, FieldDecl field |
450
field.getName() = name and
0 commit comments