Cthulhu  0.2.10
Cthulhu compiler collection
diagnostic_t Struct Reference

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...
 

Detailed Description

a diagnostic

Definition at line 26 of file diagnostic.h.

Field Documentation

◆ brief

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.

◆ description

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.

◆ id

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

severity_t diagnostic_t::severity

the severity of the diagnostic

Definition at line 29 of file diagnostic.h.


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