[clang] [clang][dataflow] Allow `DataflowAnalysisContext` to use a non-owned `Solver`. (PR #91316)

via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 05:53:58 PDT 2024


================
@@ -209,6 +221,9 @@ class DataflowAnalysisContext {
     using DenseMapInfo::isEqual;
   };
 
+  DataflowAnalysisContext(Solver &S, std::unique_ptr<Solver> OwnedSolver,
----------------
martinboehme wrote:

Done.

https://github.com/llvm/llvm-project/pull/91316


More information about the cfe-commits mailing list