secure-software-engineering / phasar

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

Fix Logger Macros #609

Closed fabianbs96 closed 1 year ago

fabianbs96 commented 1 year ago

The logger macros PHASAR_LOG* currently only work if used within the namesapce psr or in an environment that uses using namespace psr. This PR fixes that issue.