We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6da42 commit 319057cCopy full SHA for 319057c
mlir/include/mlir/IR/Remarks.h
@@ -34,13 +34,13 @@ struct RemarkCategories {
34
35
/// Define the policy to use for the remark engine.
36
enum RemarkPolicy {
37
+ // Show all remarks
38
RemarkPolicyAll = 0,
39
+ // Show only the last remark per location, remark name and category
40
RemarkPolicyFinal = 1,
41
};
42
-/// Define the operations to perform on the remark engine.
-/// By default none are, the provided regex matches against the category names
43
-/// for each kind of remark.
+/// Options to create a RemarkEngine.
44
struct RemarkEngineOpts {
45
RemarkCategories categories;
46
RemarkPolicy policy;
0 commit comments