[Mlir-commits] [mlir] [NFC][mlir] Update DataFlowFramework.h to be compatible with clang c++23 (PR #152040)

Philip Lassen llvmlistbot at llvm.org
Mon Aug 4 15:47:42 PDT 2025


================
@@ -560,6 +538,36 @@ class AnalysisState {
   friend class DataFlowSolver;
 };
 
+//===----------------------------------------------------------------------===//
+// DataFlowSolver definition
+//===----------------------------------------------------------------------===//
+// This is method is defined outside `DataFlowSolver` and after `AnalysisState`
----------------
philass wrote:

Good catch. Done!

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


More information about the Mlir-commits mailing list