You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactoring: Removed CallSiteStatement and ReturnSiteStatement. Propagation of the facts now works as (ControlFlowGraph.Edge,Val) instead (Statement,Val). The changes reflect back to the API of a query. All users need to update their AnalysisScope. The method signature changed from generate(Statement stmt) to generate(Edge cfgEdge). It holds that stmt == cfg.getTarget() and the update should be straight forward.