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 default_diagnostic_finalizer().
location_t diagnostic_classification_change_t::location |
int diagnostic_classification_change_t::option |
Referenced by default_diagnostic_starter().