20#ifndef GCC_SELFTEST_DIAGNOSTIC_H
21#define GCC_SELFTEST_DIAGNOSTIC_H
33class test_diagnostic_context :
public diagnostic_context
36 test_diagnostic_context ();
37 ~test_diagnostic_context ();
42 start_span_cb (
const diagnostic_location_print_policy &,
44 expanded_location exploc);
51 rich_location &richloc,
52 const diagnostic_metadata *metadata,
56 const
char *test_show_locus (rich_location &richloc);
diagnostic_t
Definition diagnostic-core.h:29
#define ATTRIBUTE_GCC_DIAG(m, n)
Definition diagnostic-core.h:100
static options_p option(options_p prev)
Definition gengtype-parse.cc:547
Definition dump-context.h:31