aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic-path.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-16diagnostics: move libgdiagnostics dc from sinks into diagnostic_managerDavid Malcolm1-4/+4
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-13diagnostics: avoid using global_dc in path-printingDavid Malcolm1-26/+37
2024-10-29diagnostics: support multiple output formats simultaneously [PR116613]David Malcolm1-1/+1
2024-10-24analyzer: avoid implicit use of global_dc's pretty_printer [PR116613]David Malcolm1-24/+50
2024-10-16Ternary operator formatting fixesJakub Jelinek1-1/+1
2024-09-30diagnostics: isolate diagnostic_context with interface classes [PR116613]David Malcolm1-37/+93
2024-09-30diagnostics: avoid using diagnostic_context's m_printer [PR116613]David Malcolm1-19/+19
2024-09-20diagnostics: convert text hooks to use diagnostic_text_output_format [PR116613]David Malcolm1-91/+123
2024-09-09diagnostics: rename dc.printer to m_printer [PR116613]David Malcolm1-25/+25
2024-07-31diagnostics: handle logical locations with NULL nameDavid Malcolm1-1/+2
2024-07-13diagnostics: add highlight-a vs highlight-b in colorization and pp_markupDavid Malcolm1-1/+1
2024-07-09diagnostics: use refs rather than pointers for diagnostic_{path,context}David Malcolm1-51/+50
2024-06-25diagnostics: eliminate various implicit uses of global_dcDavid Malcolm1-60/+65
2024-06-21diagnostics: move diagnostic_{event,path} functions to diagnostic-path.ccDavid Malcolm1-0/+168
2024-06-18diagnostics: rename tree-diagnostic-path.cc to diagnostic-path.ccDavid Malcolm1-0/+2227