[PATCH] D54978: Move the SMT API to LLVM
Mikhail Ramalho via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 13 15:21:06 PST 2019
mikhail.ramalho updated this revision to Diff 186757.
mikhail.ramalho added a comment.
Update FindZ3.cmake to do a runtime check of the version.
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.186757.patch
Type: text/x-patch
Size: 41103 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190213/870168f6/attachment-0001.bin>
More information about the cfe-commits
mailing list