Cthulhu  0.2.10
Cthulhu compiler collection
notify_rules_t Struct Reference

a set of rules for filtering notifications More...

#include <notify.h>

Collaboration diagram for notify_rules_t:

Data Fields

set_twarnings_as_errors
 the set of warnings to treat as errors More...
 
set_tignored_warnings
 the set of warnings to ignore this takes precedence over warnings_as_errors More...
 

Detailed Description

a set of rules for filtering notifications

Definition at line 77 of file notify.h.

Field Documentation

◆ ignored_warnings

set_t* notify_rules_t::ignored_warnings

the set of warnings to ignore this takes precedence over warnings_as_errors

Note
set_t<diagnostic_t>

Definition at line 86 of file notify.h.

◆ warnings_as_errors

set_t* notify_rules_t::warnings_as_errors

the set of warnings to treat as errors

Note
set_t<diagnostic_t>

Definition at line 81 of file notify.h.


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