[clang] [clang][dataflow] Allow `DataflowAnalysisContext` to use a non-owned `Solver`. (PR #91316)
Yitzhak Mandelbaum via cfe-commits
cfe-commits at lists.llvm.org
Tue May 7 05:44:41 PDT 2024
================
@@ -209,6 +221,9 @@ class DataflowAnalysisContext {
using DenseMapInfo::isEqual;
};
+ DataflowAnalysisContext(Solver &S, std::unique_ptr<Solver> OwnedSolver,
----------------
ymand wrote:
Please add comments either here or on the fields relating S and OwnedSolver.
https://github.com/llvm/llvm-project/pull/91316
More information about the cfe-commits
mailing list