secure-software-engineering / phasar

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

Rework Folder Structure #574

Closed fabianbs96 closed 1 year ago

fabianbs96 commented 1 year ago

While PhASAR has grown over the years, the initial folder structore does no longer correspond to the semantics. For example, non-LLVM stuff is placed within PhasarLLVM, etc.

This PR moves files between folders in order to re-sync file- and folder- semantics

MMory commented 1 year ago

might interfere a bit with #516 @vulder would be nice if you could test whether the in-tree build of this change is fine.