[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 15:52:57 PST 2022
sgatev created this revision.
sgatev added reviewers: ymandel, xazax.hun, gribozavr2.
Herald added subscribers: tschuett, steakhal, mstorsjo, rnkovacs, mgorny.
sgatev requested review of this revision.
Herald added a project: clang.
This is part of the implementation of the dataflow analysis framework.
See "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev.
Repository:
rG LLVM Github Monorepo
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.410412.patch
Type: text/x-patch
Size: 35960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220221/a9a8a48e/attachment-0001.bin>
More information about the cfe-commits
mailing list