[Mlir-commits] [mlir] [mlir] implement `-verify-diagnostics=only-expected` (PR #135131)
Maksim Levental
llvmlistbot at llvm.org
Thu Apr 10 11:33:06 PDT 2025
================
@@ -644,6 +647,8 @@ class SourceMgrDiagnosticVerifierHandler : public SourceMgrDiagnosticHandler {
void process(FileLineColLoc loc, StringRef msg, DiagnosticSeverity kind);
std::unique_ptr<detail::SourceMgrDiagnosticVerifierHandlerImpl> impl;
+
+ Level level = Level::All;
----------------
makslevental wrote:
@River707 moved to impl - can you double check that what i did is indeed what you had in mind
https://github.com/llvm/llvm-project/pull/135131
More information about the Mlir-commits
mailing list