aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic-path.h
AgeCommit message (Expand)AuthorFilesLines
2024-11-13diagnostics: avoid using global_dc in path-printingDavid Malcolm1-1/+1
2024-10-24analyzer: avoid implicit use of global_dc's pretty_printer [PR116613]David Malcolm1-2/+4
2024-06-18diagnostics: eliminate "tree" from diagnostic_{event,path}David Malcolm1-3/+7
2024-06-18diagnostics: move simple_diagnostic_{path,thread,event} to their own .h/ccDavid Malcolm1-102/+2
2024-05-28diagnostics: disable localization of events in selftest paths [PR115203]David Malcolm1-0/+3
2024-05-17diagnostics, analyzer: add CFG edge visualization to path-printingDavid Malcolm1-0/+16
2024-05-15diagnostics: simplify output of purely intraprocedural execution pathsDavid Malcolm1-17/+15
2024-01-04analyzer: add sarif properties for checker eventsDavid Malcolm1-0/+9
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-09-14diagnostics: support multithreaded diagnostic pathsDavid Malcolm1-3/+52
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-11-30diagnostics: tweak diagnostic_path::interprocedural_p [PR106626]David Malcolm1-0/+3
2022-06-02diagnostics: add SARIF output formatDavid Malcolm1-0/+82
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm1-6/+6
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-10Add diagnostic pathsDavid Malcolm1-0/+149