FIR CFA: add edges from maybe-throwing statements to catch/finally

This commit is contained in:
pyos
2023-01-16 12:15:52 +01:00
committed by teamcity
parent ef208d9eac
commit 8aa50e9446
17 changed files with 156 additions and 64 deletions
@@ -63,6 +63,7 @@ digraph variableInitializedInTryBlock_kt {
4 -> {5};
5 -> {6};
6 -> {7};
6 -> {21} [label="onUncaughtException"];
7 -> {8 11};
8 -> {9};
9 -> {21} [label="return@/test"];
@@ -72,9 +73,12 @@ digraph variableInitializedInTryBlock_kt {
12 -> {13};
13 -> {14};
14 -> {15};
14 -> {21} [label="onUncaughtException"];
15 -> {16};
15 -> {21} [label="onUncaughtException"];
16 -> {17};
17 -> {18};
17 -> {21} [label="onUncaughtException"];
18 -> {19};
19 -> {20};
20 -> {21};