Python: Control flow nodes are dataflow nodes

iff they are expression nodes
We could refine this later, but it seems to work for now...
This commit is contained in:
Rasmus Lerchedahl Petersen
2020-08-20 15:00:42 +02:00
parent 18e946d4aa
commit 5a734730de
9 changed files with 53 additions and 17 deletions

View File

@@ -2,6 +2,7 @@
| test.py:0:0:0:0 | GSSA Variable __package__ |
| test.py:0:0:0:0 | GSSA Variable b |
| test.py:0:0:0:0 | SSA variable $ |
| test.py:1:1:1:21 | ControlFlowNode for FunctionExpr |
| test.py:1:5:1:17 | ControlFlowNode for obfuscated_id |
| test.py:1:5:1:17 | GSSA Variable obfuscated_id |
| test.py:1:19:1:19 | ControlFlowNode for x |