GCC Middle and Back End API Reference
diagnostic-color.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  diagnostic_color_rule_t { DIAGNOSTICS_COLOR_NO = 0, DIAGNOSTICS_COLOR_YES = 1, DIAGNOSTICS_COLOR_AUTO = 2 }

Functions

const char * colorize_start (bool, const char *, size_t)
const char * colorize_stop (bool)
bool colorize_init (diagnostic_color_rule_t)
const char * colorize_start ()

Enumeration Type Documentation

   How often diagnostics are prefixed by their locations:
   o DIAGNOSTICS_SHOW_PREFIX_NEVER: never - not yet supported;
   o DIAGNOSTICS_SHOW_PREFIX_ONCE: emit only once;
   o DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE: emit each time a physical
   line is started.  
Enumerator:
DIAGNOSTICS_COLOR_NO 
DIAGNOSTICS_COLOR_YES 
DIAGNOSTICS_COLOR_AUTO 

Function Documentation

bool colorize_init ( diagnostic_color_rule_t  )
const char* colorize_start ( bool  ,
const char *  ,
size_t   
)
const char* colorize_start ( )
inline
const char* colorize_stop ( bool  )