secure-software-engineering / phasar

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

Clarify PointsToInfo Naming #542

Closed fabianbs96 closed 1 year ago

fabianbs96 commented 1 year ago

Story

Currently, all implementations of the PointsToInfo interface implement an alias analysis instead of a points-to analysis. We should therefore rename both the interface ane its implementations accordingly.

Prerequisites

Out Of Scope

Acceptance Criteria

The following acceptance criteria are defined regarding the result of this story: Clarify what the final result should be, not how to accomplish it.

Related Stories

Follow-up Stories