[Mlir-commits] [mlir] [mlir][ods] Enable basic string interpolation in constraint summary. (PR #153603)

Mehdi Amini llvmlistbot at llvm.org
Thu Nov 6 00:20:42 PST 2025


================
@@ -52,6 +52,13 @@ class DialectNamespaceEmitter {
   std::optional<llvm::NamespaceEmitter> nsEmitter;
 };
 
+enum class ErrorStreamType {
----------------
joker-eph wrote:

Can you document the enum class itself? Otherwise the documentation for the enum value is hard to make sense of without context.

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


More information about the Mlir-commits mailing list