[FEATURE REQUEST] Transform SymbolAliasing
to a generic map
#287
Labels
‼ priority:p1
Priority planning - level 1
🎊 resolution:resolved
Bug or feature resolved - might not have been merged to master yet
🔍 scope:analysis
Work regarding abstract domains or fixpoint algorithms
🏨 scope:infrastructure
Work regarding the general infrastructure and functioning of LiSA
🎆 type:feature
New feature or request
Milestone
Description
Some analyses/languages might need to add other information to the state of the analysis that should also be part of the fixpoint computation, similarly to what happens with
SymbolAliasing
. TheAnalysisState
should contain a generic mapping from string keys to lattice instances, enabling custom information storage for each frontend.The text was updated successfully, but these errors were encountered: