]> granicus.if.org Git - clang/commit
Move the SMT API to LLVM
authorMikhail R. Gadelha <mikhail.ramalho@gmail.com>
Thu, 7 Feb 2019 03:19:45 +0000 (03:19 +0000)
committerMikhail R. Gadelha <mikhail.ramalho@gmail.com>
Thu, 7 Feb 2019 03:19:45 +0000 (03:19 +0000)
commit1684ef0300817436b447e917cb21e464978e967d
treeeac49dc34979837aad969648f829bcfefffbf00a
parent4a37267fb4d3b15a8a7465afe4ba5e8ae9e46902
Move the SMT API to LLVM

Moved everything SMT-related to LLVM and updated the cmake scripts.

Differential Revision: https://reviews.llvm.org/D54978

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@353373 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
CMakeLists.txt
cmake/modules/FindZ3.cmake [deleted file]
include/clang/Config/config.h.cmake
include/clang/StaticAnalyzer/Core/PathSensitive/SMTAPI.h [deleted file]
include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
lib/StaticAnalyzer/Core/CMakeLists.txt
lib/StaticAnalyzer/Core/SMTConstraintManager.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp [deleted file]
test/CMakeLists.txt
test/lit.site.cfg.py.in