Skip to content

SPDS-3.1.1

Latest
Compare
Choose a tag to compare
@johspaeth johspaeth released this 09 Sep 10:08
· 84 commits to master since this release
f5e3012
  • Added functionality to collect data flow path
  • 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.