Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor getAsJson() #725

Conversation

fabianbs96
Copy link
Member

In the process to make nlohmann::json and implementation detail (and not having any nlohmann type in our public APIs), we:

  1. Deprecate all getAsJson() functions
  2. Add printAsJson() functions that should be used instead.

mxHuber and others added 30 commits March 13, 2024 23:56
* Do not install phasar's dependencies to the global namespace anymore

* fix for in-tree build

* out-factor the inclusion of LLVM and clang to a separate cmake file

* Make PHASAR_CONFIG_INSTALL_DIR respect the CMAKE_INSTALL_PREFIX, even if that is not set at configure time

* Fix in-tree build
Copy link
Member

@MMory MMory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please fix the minor things before merging.

include/phasar/ControlFlow/CallGraphData.h Outdated Show resolved Hide resolved
lib/PhasarLLVM/TypeHierarchy/DIBasedTypeHierarchy.cpp Outdated Show resolved Hide resolved
@fabianbs96 fabianbs96 merged commit f17594d into secure-software-engineering:development Oct 22, 2024
5 checks passed
@fabianbs96 fabianbs96 deleted the f-GetAsJsonRefactor branch October 22, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants