Cthulhu  0.2.10
Cthulhu compiler collection

Format compiler messages for printing. More...

Collaboration diagram for Format compiler messages for printing:

Data Structures

struct  print_notify_t
 notification formatting options More...
 

Enumerations

enum  notify_style_t { eNotifyBrief , eNotifyFull , eNotifyCount }
 notification style More...
 

Functions

CT_FORMAT_API void print_notify (print_notify_t config, const event_t *event)
 format a single event for printing More...
 
CT_FORMAT_API void print_notify_many (print_notify_t config, const typevec_t *events)
 format many events for printing More...
 

Detailed Description

Format compiler messages for printing.

Enumeration Type Documentation

◆ notify_style_t

notification style

Enumerator
eNotifyBrief 

print a single line for each event just the location and the message

eNotifyFull 

print a more full event includes source text if as well as the location and message

eNotifyCount 

Definition at line 23 of file notify2.h.

Function Documentation

◆ print_notify()

CT_FORMAT_API void print_notify ( print_notify_t  config,
const event_t event 
)

format a single event for printing

Parameters
configthe config to use when printing
eventthe event to print

Definition at line 99 of file notify.c.

◆ print_notify_many()

CT_FORMAT_API void print_notify_many ( print_notify_t  config,
const typevec_t events 
)

format many events for printing

Parameters
configthe config to use when printing
eventsthe events to print

Definition at line 111 of file notify.c.