|
GCC Middle and Back End API Reference
|
#include <diagnostic.h>

Data Fields | |
| text_info | message |
| location_t | location |
| unsigned int | override_column |
| void * | x_data |
| diagnostic_t | kind |
| int | option_index |
A diagnostic is described by the MESSAGE to send, the FILE and LINE of its context and its KIND (ice, error, warning, note, ...) See complete list in diagnostic.def.
| diagnostic_t diagnostic_info::kind |
| location_t diagnostic_info::location |
| text_info diagnostic_info::message |
Referenced by diagnostic_append_note(), diagnostic_report_diagnostic(), and diagnostic_set_info_translated().
| int diagnostic_info::option_index |
Referenced by diagnostic_report_diagnostic(), diagnostic_set_info_translated(), emit_diagnostic(), pedwarn(), permerror(), warning(), and warning_at().
| unsigned int diagnostic_info::override_column |
Referenced by diagnostic_build_prefix(), and diagnostic_set_info_translated().
| void* diagnostic_info::x_data |
Referenced by diagnostic_report_diagnostic().