secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
930 stars 140 forks source link

Fix IDE edge functions #528

Closed fabianbs96 closed 1 year ago

fabianbs96 commented 1 year ago

AllBottom::composeWith did not correctly model function composition semantics in most of phasar's IDE analyses. This PR fixes this. For future IDE implementations keep the following insights in mind:

pdschubert commented 1 year ago

Is this still a draft or can I start reviewing it?