Files
codeql/swift/ql/test/extractor-tests/statements/Labels.ql
Paolo Tranquilli 553930d9e3 Swift: type visitor
This transfers the current state of `TypeVisitor` from the
proof-of-concept.
2022-05-20 15:42:20 +02:00

6 lines
137 B
Plaintext

import swift
from LabeledStmt stmt
where stmt.getLocation().getFile().getName().matches("%swift/ql/test%")
select stmt, stmt.getLabel()