]> granicus.if.org Git - clang/commit
Moved everything SMT-related to LLVM and updated the cmake scripts.
authorMikhail R. Gadelha <mikhail.ramalho@gmail.com>
Mon, 25 Mar 2019 17:47:45 +0000 (17:47 +0000)
committerMikhail R. Gadelha <mikhail.ramalho@gmail.com>
Mon, 25 Mar 2019 17:47:45 +0000 (17:47 +0000)
commit698feb0c19a24c686c6c9c623452ee6a635b6b6b
treed400952406e790d6587b93e7903192395c584335
parent994377621ed23aa675c45c089a49e5522ebaac2e
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@356929 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
CMakeLists.txt
cmake/modules/FindZ3.cmake
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