Distinguish between statements and expressions #669
Labels
analysis
general program analysis (e.g. abstract interpretation) issues
enhancement
New feature or request
This doesn't apply to all languages, but it would be nice to distinguish between statements and expressions at the level of abstract domains.
The goal would be to avoid polluting the abstract domain with stuff that doesn't actually relate to it, e.g. imports.
The text was updated successfully, but these errors were encountered: