[all-commits] [llvm/llvm-project] 81e640: [clang][dataflow] Return a solution from the solve...
weiyi via All-commits
all-commits at lists.llvm.org
Thu Jul 7 13:21:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81e6400d8c03b74d3d6b1db2cf2746cff5de91d7
https://github.com/llvm/llvm-project/commit/81e6400d8c03b74d3d6b1db2cf2746cff5de91d7
Author: Wei Yi Tee <wyt at google.com>
Date: 2022-07-07 (Thu, 07 Jul 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
M clang/include/clang/Analysis/FlowSensitive/Solver.h
M clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp
M clang/unittests/Analysis/FlowSensitive/SolverTest.cpp
Log Message:
-----------
[clang][dataflow] Return a solution from the solver when `Constraints` are `Satisfiable`.
Differential Revision: https://reviews.llvm.org/D129180
More information about the All-commits
mailing list