[PATCH] D28952: [analyzer] Add new Z3 constraint manager backend

Dominic Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 24 12:48:47 PST 2017


ddcc updated this revision to Diff 85621.
ddcc added a comment.

Add CMake CLANG_BUILD_Z3 option, add Z3Model and Z3Solver classes, reuse solver in checkNull() and getSymVal()


https://reviews.llvm.org/D28952

Files:
  CMakeLists.txt
  cmake/modules/FindZ3.cmake
  include/clang/Config/config.h.cmake
  include/clang/StaticAnalyzer/Core/Analyses.def
  include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
  lib/StaticAnalyzer/Core/CMakeLists.txt
  lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp
  test/Analysis/bool-assignment.c
  test/Analysis/expr-inspection.c
  test/Analysis/ptr-arith.c
  test/Analysis/unsupported-types.c
  test/lit.site.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28952.85621.patch
Type: text/x-patch
Size: 65156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170124/bb1f5fb4/attachment-0001.bin>


More information about the cfe-commits mailing list