Release 03/23
Dear community,
today we are releasing PhASAR v0323. These are the main changes:
- We reworked the edge function interface, we are no longer relying on shared_ptr.
- We renamed and split up some libraries to fit LLVM dependencies in a better way
- phasar-llvm has been renamed to phasar-cli
- Initial support for SWIFT analysis, more to come.
- Several bugfixes
It is likely that we will enable Conan in the next release as well as increase the LLVM version we depend on. In that course we will need to remove the IFDSFieldSensTaintAnalysis, as it is incompatible with opaque pointers introduced by LLVM 15+.
Thank you for using PhASAR. We appreciate your feedback, bug reports and contributions.
The PhASAR team