Files
codeql/swift/ql/test/extractor-tests/patterns/all.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
123 B
Plaintext

import codeql.swift.elements
from Pattern p
where p.getLocation().getFile().getName().matches("%swift/ql/test%")
select p