[FEATURE REQUEST] Parametrize scoping logic around calls #301
Labels
‼ priority:p1
Priority planning - level 1
🔍 scope:analysis
Work regarding abstract domains or fixpoint algorithms
🌍 scope:interproc
Work regarding interprocedural analyses or call graphs
🎆 type:feature
New feature or request
Milestone
Description
Depending on the language, the scoping mechanism when a call is encountered might be different. The
LanguageFeatures
class should contain aScopingStrategy
that allows to customize how the analysis behaves around calls (not only if/when scoping should be applied, but also to which portion of the state).The text was updated successfully, but these errors were encountered: