@@ -53,6 +53,9 @@ cfg.swift:
53
53
54
54
# 17| exit mightThrow(x:)
55
55
56
+ # 17| exit mightThrow(x:) (abnormal)
57
+ #-----| -> exit mightThrow(x:)
58
+
56
59
# 17| exit mightThrow(x:) (normal)
57
60
#-----| -> exit mightThrow(x:)
58
61
@@ -85,7 +88,7 @@ cfg.swift:
85
88
#-----| -> ... .>=(_:_:) ...
86
89
87
90
# 19| throw ...
88
- #-----| exception -> exit mightThrow(x:) (normal )
91
+ #-----| exception -> exit mightThrow(x:) (abnormal )
89
92
90
93
# 19| MyError.Type
91
94
#-----| -> (Error) ...
@@ -119,7 +122,7 @@ cfg.swift:
119
122
#-----| -> ... .<=(_:_:) ...
120
123
121
124
# 22| throw ...
122
- #-----| exception -> exit mightThrow(x:) (normal )
125
+ #-----| exception -> exit mightThrow(x:) (abnormal )
123
126
124
127
# 22| MyError.Type
125
128
#-----| -> .+(_:_:)
@@ -1724,6 +1727,9 @@ cfg.swift:
1724
1727
1725
1728
# 181| exit m1(x:)
1726
1729
1730
+ # 181| exit m1(x:) (abnormal)
1731
+ #-----| -> exit m1(x:)
1732
+
1727
1733
# 181| exit m1(x:) (normal)
1728
1734
#-----| -> exit m1(x:)
1729
1735
@@ -1790,24 +1796,24 @@ cfg.swift:
1790
1796
#-----| true -> { ... }
1791
1797
1792
1798
# 185| ... .&&(_:_:) ...
1793
- #-----| exception -> exit m1(x:) (normal )
1799
+ #-----| exception -> exit m1(x:) (abnormal )
1794
1800
#-----| false -> [false] ... .&&(_:_:) ...
1795
1801
#-----| true -> { ... }
1796
1802
1797
1803
# 185| [false] ... .&&(_:_:) ...
1798
- #-----| exception -> exit m1(x:) (normal )
1804
+ #-----| exception -> exit m1(x:) (abnormal )
1799
1805
#-----| false -> [false] ... .&&(_:_:) ...
1800
1806
1801
1807
# 185| ... .&&(_:_:) ...
1802
- #-----| exception -> exit m1(x:) (normal )
1808
+ #-----| exception -> exit m1(x:) (abnormal )
1803
1809
#-----| true -> print(_:separator:terminator:)
1804
1810
#-----| false -> print(_:separator:terminator:)
1805
1811
1806
1812
# 185| StmtCondition
1807
1813
#-----| -> .<=(_:_:)
1808
1814
1809
1815
# 185| [false] ... .&&(_:_:) ...
1810
- #-----| exception -> exit m1(x:) (normal )
1816
+ #-----| exception -> exit m1(x:) (abnormal )
1811
1817
#-----| false -> print(_:separator:terminator:)
1812
1818
1813
1819
# 185| .<=(_:_:)
@@ -2285,6 +2291,9 @@ cfg.swift:
2285
2291
2286
2292
# 237| exit disjunct(b1:b2:)
2287
2293
2294
+ # 237| exit disjunct(b1:b2:) (abnormal)
2295
+ #-----| -> exit disjunct(b1:b2:)
2296
+
2288
2297
# 237| exit disjunct(b1:b2:) (normal)
2289
2298
#-----| -> exit disjunct(b1:b2:)
2290
2299
@@ -2311,12 +2320,12 @@ cfg.swift:
2311
2320
#-----| false -> { ... }
2312
2321
2313
2322
# 238| ... .||(_:_:) ...
2314
- #-----| exception -> exit disjunct(b1:b2:) (normal )
2323
+ #-----| exception -> exit disjunct(b1:b2:) (abnormal )
2315
2324
#-----| false -> [false] (...)
2316
2325
#-----| true -> [true] (...)
2317
2326
2318
2327
# 238| [true] ... .||(_:_:) ...
2319
- #-----| exception -> exit disjunct(b1:b2:) (normal )
2328
+ #-----| exception -> exit disjunct(b1:b2:) (abnormal )
2320
2329
#-----| true -> [true] (...)
2321
2330
2322
2331
# 238| b2
@@ -5050,6 +5059,9 @@ cfg.swift:
5050
5059
5051
5060
# 383| exit doWithoutCatch(x:)
5052
5061
5062
+ # 383| exit doWithoutCatch(x:) (abnormal)
5063
+ #-----| -> exit doWithoutCatch(x:)
5064
+
5053
5065
# 383| exit doWithoutCatch(x:) (normal)
5054
5066
#-----| -> exit doWithoutCatch(x:)
5055
5067
@@ -5066,7 +5078,7 @@ cfg.swift:
5066
5078
#-----| -> 0
5067
5079
5068
5080
# 385| call to mightThrow(x:)
5069
- #-----| exception -> exit doWithoutCatch(x:) (normal )
5081
+ #-----| exception -> exit doWithoutCatch(x:) (abnormal )
5070
5082
#-----| -> try ...
5071
5083
5072
5084
# 385| 0
@@ -5103,7 +5115,7 @@ cfg.swift:
5103
5115
#-----| -> 0
5104
5116
5105
5117
# 387| call to mightThrow(x:)
5106
- #-----| exception -> exit doWithoutCatch(x:) (normal )
5118
+ #-----| exception -> exit doWithoutCatch(x:) (abnormal )
5107
5119
#-----| -> try! ...
5108
5120
5109
5121
# 387| 0
0 commit comments