MLIR
22.0.0git
|
Define an the set of categories to accept. More...
#include "mlir/IR/Remarks.h"
Public Attributes | |
std::optional< std::string > | passed |
std::optional< std::string > | missed |
std::optional< std::string > | analysis |
std::optional< std::string > | failed |
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.
std::optional<std::string> mlir::remark::RemarkCategories::analysis |
Definition at line 32 of file Remarks.h.
Referenced by mlir::remark::detail::RemarkEngine::RemarkEngine().
std::optional<std::string> mlir::remark::RemarkCategories::failed |
Definition at line 32 of file Remarks.h.
Referenced by mlir::remark::detail::RemarkEngine::RemarkEngine().
std::optional<std::string> mlir::remark::RemarkCategories::missed |
Definition at line 32 of file Remarks.h.
Referenced by mlir::remark::detail::RemarkEngine::RemarkEngine().
std::optional<std::string> mlir::remark::RemarkCategories::passed |
Definition at line 32 of file Remarks.h.
Referenced by mlir::remark::detail::RemarkEngine::RemarkEngine().