[PATCH] D120289: [clang][dataflow] Add SAT solver interface and implementation

Stanislav Gatev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 21 23:55:39 PST 2022


sgatev updated this revision to Diff 410460.
sgatev marked 6 inline comments as done.
sgatev added a comment.

Address reviewers' comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120289

Files:
  clang/include/clang/Analysis/FlowSensitive/Solver.h
  clang/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h
  clang/lib/Analysis/FlowSensitive/CMakeLists.txt
  clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp
  clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
  clang/unittests/Analysis/FlowSensitive/SolverTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120289.410460.patch
Type: text/x-patch
Size: 36268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220222/733a4464/attachment-0001.bin>


More information about the cfe-commits mailing list