[all-commits] [llvm/llvm-project] 53dcd9: [clang][dataflow] Add SAT solver interface and imp...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Fri Feb 25 06:48:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53dcd9efd16fc881b01470767ac17c4b221f3e08
https://github.com/llvm/llvm-project/commit/53dcd9efd16fc881b01470767ac17c4b221f3e08
Author: Stanislav Gatev <sgatev at google.com>
Date: 2022-02-25 (Fri, 25 Feb 2022)
Changed paths:
A clang/include/clang/Analysis/FlowSensitive/Solver.h
A clang/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h
M clang/lib/Analysis/FlowSensitive/CMakeLists.txt
A clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp
M clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
A clang/unittests/Analysis/FlowSensitive/SolverTest.cpp
Log Message:
-----------
[clang][dataflow] Add SAT solver interface and implementation
This is part of the implementation of the dataflow analysis framework.
See "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev.
Reviewed-by: ymandel, xazax.hun
Differential Revision: https://reviews.llvm.org/D120289
More information about the All-commits
mailing list