GCC Middle and Back End API Reference
|
#include <diagnostic.h>
Data Fields | |
location_t | location |
int | option |
diagnostic_t | kind |
Each time a diagnostic's classification is changed with a pragma, we record the change and the location of the change in an array of these structs.
diagnostic_t diagnostic_classification_change_t::kind |
Referenced by diagnostic_classify_diagnostic(), diagnostic_pop_diagnostics(), and diagnostic_report_diagnostic().
location_t diagnostic_classification_change_t::location |
Referenced by diagnostic_classify_diagnostic(), diagnostic_pop_diagnostics(), and diagnostic_report_diagnostic().
int diagnostic_classification_change_t::option |
Referenced by diagnostic_classify_diagnostic(), diagnostic_pop_diagnostics(), and diagnostic_report_diagnostic().