Files
codeql/swift/ql/test/extractor-tests/declarations/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
113 B
Plaintext

import swift
from Decl decl
where decl.getLocation().getFile().getName().matches("%swift/ql/test%")
select decl