[PATCH] D54978: Move the SMT API to LLVM

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 10:49:08 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL356929: Moved everything SMT-related to LLVM and updated the cmake scripts. (authored by mramalho, committed by ).
Herald added a subscriber: kristina.

Changed prior to commit:
  https://reviews.llvm.org/D54978?vs=191305&id=192151#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54978/new/

https://reviews.llvm.org/D54978

Files:
  cfe/trunk/CMakeLists.txt
  cfe/trunk/cmake/modules/FindZ3.cmake
  cfe/trunk/include/clang/Config/config.h.cmake
  cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SMTAPI.h
  cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  cfe/trunk/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  cfe/trunk/lib/StaticAnalyzer/Core/CMakeLists.txt
  cfe/trunk/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp
  cfe/trunk/lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp
  cfe/trunk/test/CMakeLists.txt
  cfe/trunk/test/lit.site.cfg.py.in
  llvm/trunk/CMakeLists.txt
  llvm/trunk/cmake/modules/FindZ3.cmake
  llvm/trunk/cmake/modules/LLVMConfig.cmake.in
  llvm/trunk/include/llvm/Config/config.h.cmake
  llvm/trunk/include/llvm/Support/SMTAPI.h
  llvm/trunk/lib/Support/CMakeLists.txt
  llvm/trunk/lib/Support/Z3Solver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54978.192151.patch
Type: text/x-patch
Size: 131137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190325/55d25fc7/attachment.bin>


More information about the llvm-commits mailing list