Cthulhu
0.2.10
Cthulhu compiler collection
|
a diagnostic More...
#include <diagnostic.h>
Data Fields | |
severity_t | severity |
the severity of the diagnostic More... | |
const char * | id |
the id of the diagnostic should be in the format [A-Z]{2,3}[0-9]{4} e.g. CLI0001 this is not enforced, but is recommended More... | |
const char * | brief |
a brief description of the diagnostic a single line description of the diagnostic More... | |
const char * | description |
a description of the diagnostic a more involved description of the diagnostic this is optional More... | |
a diagnostic
Definition at line 26 of file diagnostic.h.
const char* diagnostic_t::brief |
a brief description of the diagnostic a single line description of the diagnostic
Definition at line 38 of file diagnostic.h.
const char* diagnostic_t::description |
a description of the diagnostic a more involved description of the diagnostic this is optional
Definition at line 43 of file diagnostic.h.
const char* diagnostic_t::id |
the id of the diagnostic should be in the format [A-Z]{2,3}[0-9]{4}
e.g. CLI0001
this is not enforced, but is recommended
Definition at line 34 of file diagnostic.h.
severity_t diagnostic_t::severity |
the severity of the diagnostic
Definition at line 29 of file diagnostic.h.