Files
codeql/swift/ql/test/extractor-tests/statements/LabeledConditionalStmts.expected
Paolo Tranquilli 19506dae74 Swift: statement visitor
This transfers the current state of `StmtVisitor` in the PoC, plus some
changes required for the update to swift 5.6.

Also `getLabel` in `SwiftDispatcher` got renamed to `createLabel`, and
is now correctly outputting the label assignment to the trap file.
2022-05-20 15:41:27 +02:00

6 lines
260 B
Plaintext

| GuardStmt | main.swift:39:9:39:14 | StmtCondition |
| IfStmt | main.swift:3:8:3:13 | StmtCondition |
| IfStmt | main.swift:65:4:65:19 | StmtCondition |
| IfStmt | main.swift:67:4:67:20 | StmtCondition |
| WhileStmt | main.swift:10:17:10:24 | StmtCondition |