mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: Update test output.
This commit is contained in:
@@ -172,6 +172,7 @@ edges
|
||||
| test.swift:6:19:6:26 | call to source() | test.swift:7:15:7:15 | t1 | provenance | |
|
||||
| test.swift:6:19:6:26 | call to source() | test.swift:9:15:9:15 | t1 | provenance | |
|
||||
| test.swift:6:19:6:26 | call to source() | test.swift:10:15:10:15 | t2 | provenance | |
|
||||
| test.swift:6:19:6:26 | call to source() | test.swift:15:15:15:15 | t2 | provenance | |
|
||||
| test.swift:25:20:25:27 | call to source() | test.swift:29:18:29:21 | x | provenance | |
|
||||
| test.swift:26:26:26:33 | call to source() | test.swift:29:26:29:29 | y | provenance | |
|
||||
| test.swift:29:18:29:21 | x | test.swift:30:15:30:15 | x | provenance | |
|
||||
@@ -964,6 +965,7 @@ nodes
|
||||
| test.swift:7:15:7:15 | t1 | semmle.label | t1 |
|
||||
| test.swift:9:15:9:15 | t1 | semmle.label | t1 |
|
||||
| test.swift:10:15:10:15 | t2 | semmle.label | t2 |
|
||||
| test.swift:15:15:15:15 | t2 | semmle.label | t2 |
|
||||
| test.swift:25:20:25:27 | call to source() | semmle.label | call to source() |
|
||||
| test.swift:26:26:26:33 | call to source() | semmle.label | call to source() |
|
||||
| test.swift:29:18:29:21 | x | semmle.label | x |
|
||||
@@ -1706,6 +1708,7 @@ subpaths
|
||||
| test.swift:7:15:7:15 | t1 | test.swift:6:19:6:26 | call to source() | test.swift:7:15:7:15 | t1 | result |
|
||||
| test.swift:9:15:9:15 | t1 | test.swift:6:19:6:26 | call to source() | test.swift:9:15:9:15 | t1 | result |
|
||||
| test.swift:10:15:10:15 | t2 | test.swift:6:19:6:26 | call to source() | test.swift:10:15:10:15 | t2 | result |
|
||||
| test.swift:15:15:15:15 | t2 | test.swift:6:19:6:26 | call to source() | test.swift:15:15:15:15 | t2 | result |
|
||||
| test.swift:30:15:30:15 | x | test.swift:25:20:25:27 | call to source() | test.swift:30:15:30:15 | x | result |
|
||||
| test.swift:31:15:31:15 | y | test.swift:26:26:26:33 | call to source() | test.swift:31:15:31:15 | y | result |
|
||||
| test.swift:39:15:39:29 | call to callee_source() | test.swift:35:12:35:19 | call to source() | test.swift:39:15:39:29 | call to callee_source() | result |
|
||||
|
||||
@@ -250,11 +250,13 @@
|
||||
| test.swift:7:15:7:15 | [post] t1 | test.swift:8:10:8:10 | t1 |
|
||||
| test.swift:7:15:7:15 | t1 | test.swift:8:10:8:10 | t1 |
|
||||
| test.swift:8:5:8:10 | SSA def(t2) | test.swift:10:15:10:15 | t2 |
|
||||
| test.swift:8:5:8:10 | SSA def(t2) | test.swift:15:5:15:5 | SSA phi(t2) |
|
||||
| test.swift:8:10:8:10 | t1 | test.swift:8:5:8:10 | SSA def(t2) |
|
||||
| test.swift:8:10:8:10 | t1 | test.swift:9:15:9:15 | t1 |
|
||||
| test.swift:9:15:9:15 | [post] t1 | test.swift:11:8:11:8 | t1 |
|
||||
| test.swift:9:15:9:15 | t1 | test.swift:11:8:11:8 | t1 |
|
||||
| test.swift:12:9:12:14 | SSA def(t2) | test.swift:13:19:13:19 | t2 |
|
||||
| test.swift:12:9:12:14 | SSA def(t2) | test.swift:15:5:15:5 | SSA phi(t2) |
|
||||
| test.swift:12:14:12:14 | 0 | test.swift:12:9:12:14 | SSA def(t2) |
|
||||
| test.swift:15:5:15:5 | SSA phi(t2) | test.swift:15:15:15:15 | t2 |
|
||||
| test.swift:17:5:17:10 | SSA def(t1) | test.swift:21:15:21:15 | t1 |
|
||||
|
||||
@@ -12,7 +12,7 @@ func intraprocedural_with_local_flow() -> Void {
|
||||
t2 = 0
|
||||
sink(arg: t2)
|
||||
}
|
||||
sink(arg: t2) // $ MISSING: flow=6
|
||||
sink(arg: t2) // $ flow=6
|
||||
|
||||
t1 = 0;
|
||||
while(false) {
|
||||
|
||||
Reference in New Issue
Block a user