MLIR 22.0.0git
mlir::remark::RemarkCategories Struct Reference

Define an the set of categories to accept. More...

#include "mlir/IR/Remarks.h"

Public Attributes

std::optional< std::string > all
std::optional< std::string > passed
std::optional< std::string > missed
std::optional< std::string > analysis
std::optional< std::string > failed

Detailed Description

Define an the set of categories to accept.

By default none are, the provided regex matches against the category names for each kind of remark.

Definition at line 30 of file Remarks.h.

Member Data Documentation

◆ all

std::optional<std::string> mlir::remark::RemarkCategories::all

Definition at line 31 of file Remarks.h.

Referenced by buildFilter().

◆ analysis

std::optional<std::string> mlir::remark::RemarkCategories::analysis

Definition at line 31 of file Remarks.h.

Referenced by mlir::remark::detail::RemarkEngine::RemarkEngine().

◆ failed

std::optional<std::string> mlir::remark::RemarkCategories::failed

Definition at line 31 of file Remarks.h.

Referenced by mlir::remark::detail::RemarkEngine::RemarkEngine().

◆ missed

std::optional<std::string> mlir::remark::RemarkCategories::missed

Definition at line 31 of file Remarks.h.

Referenced by mlir::remark::detail::RemarkEngine::RemarkEngine().

◆ passed

std::optional<std::string> mlir::remark::RemarkCategories::passed

Definition at line 31 of file Remarks.h.

Referenced by mlir::remark::detail::RemarkEngine::RemarkEngine().


The documentation for this struct was generated from the following file: