aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic-global-context.cc
AgeCommit message (Expand)AuthorFilesLines
2025-07-25diagnostics: convert diagnostic_t to enum class diagnostics::kindDavid Malcolm1-29/+48
2025-07-25diagnostics: rename diagnostic_option_id to diagnostics::option_id and move t...David Malcolm1-14/+14
2025-07-25diagnostics: move diagnostic_context to diagnostics::context in its own headerDavid Malcolm1-4/+4
2025-07-25diagnostics: move/rename output formats to diagnostics as "sinks"David Malcolm1-1/+1
2025-07-25diagnostics: move diagnostic_metadata to diagnostics::metadataDavid Malcolm1-3/+3
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-18diagnostics: add support for nested diagnostics [PR116253]David Malcolm1-0/+12
2024-10-29diagnostics: support multiple output formats simultaneously [PR116613]David Malcolm1-7/+5
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-09-09diagnostics: introduce struct diagnostic_option_idDavid Malcolm1-38/+63
2024-09-09diagnostics: rename dc.printer to m_printer [PR116613]David Malcolm1-2/+2
2024-08-26diagnostics: move output formats from diagnostic.{c,h} to their own filesDavid Malcolm1-0/+1
2024-06-25diagnostics: introduce diagnostic-global-context.ccDavid Malcolm1-0/+553