This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a64aac4 [fixup][X86][inline-asm] Add support for MS 'EVEN' directive new fe95f3c [analyzer] Add new Z3 constraint manager backend
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 | 25 +- cmake/modules/FindZ3.cmake | 28 + include/clang/Config/config.h.cmake | 3 + include/clang/StaticAnalyzer/Core/Analyses.def | 1 + .../Core/PathSensitive/ConstraintManager.h | 3 + lib/StaticAnalyzer/Core/CMakeLists.txt | 16 + lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp | 1618 ++++++++++++++++++++ test/Analysis/expr-inspection.c | 2 +- test/Analysis/lit.local.cfg | 4 + test/Analysis/unsupported-types.c | 31 + test/lit.cfg | 3 + test/lit.site.cfg.in | 1 + 12 files changed, 1728 insertions(+), 7 deletions(-) create mode 100644 cmake/modules/FindZ3.cmake create mode 100644 lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp create mode 100644 test/Analysis/unsupported-types.c