◆ SourceMgrDiagnosticVerifierHandlerImpl()
mlir::detail::SourceMgrDiagnosticVerifierHandlerImpl::SourceMgrDiagnosticVerifierHandlerImpl |
( |
| ) |
|
|
inline |
◆ computeExpectedDiags()
Computes the expected diagnostics for the given source buffer.
◆ getExpectedDiags()
Returns the expected diagnostics for the given source file.
◆ expected
llvm::Regex mlir::detail::SourceMgrDiagnosticVerifierHandlerImpl::expected |
Initial value:= llvm::Regex("expected-(error|note|remark|warning) "
"*(@([+-][0-9]+|above|below))? *{{(.*)}}")
Regex to match the expected diagnostics format.
◆ expectedDiagsPerFile
llvm::StringMap<SmallVector<ExpectedDiag, 2> > mlir::detail::SourceMgrDiagnosticVerifierHandlerImpl::expectedDiagsPerFile |
A list of expected diagnostics for each buffer of the source manager.
◆ status
LogicalResult mlir::detail::SourceMgrDiagnosticVerifierHandlerImpl::status |
The current status of the verifier.
The documentation for this struct was generated from the following file: