[PATCH] D26061: [analyzer] Refactor and simplify SimpleConstraintManager

Dominic Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 2 13:51:27 PST 2016


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

Rebase, move `assumeSymRel()` to RangedConstraintManager, make `assumeSymUnsupported` pure virtual in SimpleConstraintManager.


https://reviews.llvm.org/D26061

Files:
  include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
  include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h
  lib/StaticAnalyzer/Core/CMakeLists.txt
  lib/StaticAnalyzer/Core/ConstraintManager.cpp
  lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
  lib/StaticAnalyzer/Core/RangedConstraintManager.h
  lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
  lib/StaticAnalyzer/Core/SimpleConstraintManager.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26061.80129.patch
Type: text/x-patch
Size: 37437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161202/653dbec9/attachment-0001.bin>


More information about the cfe-commits mailing list