This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 994377621e [clang-format] Refine structured binding detection new 698feb0c19 Moved everything SMT-related to LLVM and updated the cmake scripts.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 27 +- cmake/modules/FindZ3.cmake | 51 -- include/clang/Config/config.h.cmake | 3 - .../StaticAnalyzer/Core/PathSensitive/SMTAPI.h | 405 ---------- .../Core/PathSensitive/SMTConstraintManager.h | 25 +- .../StaticAnalyzer/Core/PathSensitive/SMTConv.h | 227 +++--- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 4 +- lib/StaticAnalyzer/Core/CMakeLists.txt | 16 +- lib/StaticAnalyzer/Core/SMTConstraintManager.cpp | 18 + lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp | 835 --------------------- test/CMakeLists.txt | 2 +- test/lit.site.cfg.py.in | 2 +- 12 files changed, 157 insertions(+), 1458 deletions(-) delete mode 100644 include/clang/StaticAnalyzer/Core/PathSensitive/SMTAPI.h create mode 100644 lib/StaticAnalyzer/Core/SMTConstraintManager.cpp delete mode 100644 lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp