[PATCH] D54978: Move the SMT API to LLVM
Mikhail Ramalho via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 18 13:08:07 PDT 2019
mikhail.ramalho updated this revision to Diff 191152.
mikhail.ramalho added a comment.
Updated script to parse Z3's headers and changed the workflow to handle cross compilation cases.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54978/new/
https://reviews.llvm.org/D54978
Files:
clang/CMakeLists.txt
clang/cmake/modules/FindZ3.cmake
clang/include/clang/Config/config.h.cmake
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTAPI.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
clang/lib/StaticAnalyzer/Core/CMakeLists.txt
clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp
clang/lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp
clang/test/CMakeLists.txt
clang/test/lit.site.cfg.py.in
llvm/CMakeLists.txt
llvm/cmake/modules/FindZ3.cmake
llvm/cmake/modules/LLVMConfig.cmake.in
llvm/include/llvm/Config/config.h.cmake
llvm/include/llvm/Support/SMTAPI.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/Z3Solver.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54978.191152.patch
Type: text/x-patch
Size: 43405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190318/712c7fe7/attachment-0001.bin>
More information about the cfe-commits
mailing list