GCC Middle and Back End API Reference
|
#include "diagnostics/kinds.def"
Go to the source code of this file.
Namespaces | |
namespace | diagnostics |
Macros | |
#define | DEFINE_DIAGNOSTIC_KIND(K, msgid, C) |
Enumerations | |
enum class | diagnostics::kind { diagnostics::last_diagnostic_kind , diagnostics::pop , diagnostics::any } |
Functions | |
const char * | diagnostics::get_text_for_kind (enum kind kind) |
const char * | diagnostics::get_debug_string_for_kind (enum kind kind) |
const char * | diagnostics::get_color_for_kind (enum kind kind) |
#define DEFINE_DIAGNOSTIC_KIND | ( | K, | |
msgid, | |||
C ) |