Merge pull request #13738 from RasmusWL/path-steps

Python: Include all assignments in data flow paths
This commit is contained in:
yoff
2023-08-22 11:58:11 +02:00
committed by GitHub
49 changed files with 1346 additions and 911 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Updated path explanations for `@kind path-problem` queries to always include left hand side of assignments, making paths easier to understand.