Expand description
DiagnosticFilter
s and supporting functionality.
Structsยง
- Conflicting
Diagnostic ๐Rule Error - An error returned by
DiagnosticFilterMap::add
when it encounters conflicting rules. - Diagnostic
Filter - A filtering rule that modifies how diagnostics are emitted for shaders.
- Diagnostic
Filter ๐Map - A map from diagnostic filters to their severity and span.
- Diagnostic
Filter Node - Represents a single parent-linking node in a tree of
DiagnosticFilter
s backed by acrate::Arena
.
Enumsยง
- Filterable
Triggering Rule - A filterable triggering rule in a
DiagnosticFilter
. - Severity
- A severity set on a
DiagnosticFilter
. - Should
Conflict ๐OnFull Duplicate - Determines whether
DiagnosticFilterMap::add
should consider full duplicates a conflict. - Standard
Filterable Triggering Rule - A filterable triggering rule in a
DiagnosticFilter
.