aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/checker-event.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-25diagnostics: move/rename output formats to diagnostics as "sinks"David Malcolm1-4/+6
2025-07-25diagnostics: introduce namespace diagnostics::pathsDavid Malcolm1-13/+13
2025-07-25diagnostics: move logical locations into "diagnostics"David Malcolm1-2/+3
2025-07-25diagnostics: introduce a "gcc/diagnostics" subdirectoryDavid Malcolm1-1/+1
2025-07-11diagnostics: add support for directed graphs; use them for state graphsDavid Malcolm1-3/+4
2025-06-23diagnostics: add state diagrams to analyzer experimental-html output [PR116792]David Malcolm1-4/+50
2025-06-18analyzer: make checker_event::m_kind privateDavid Malcolm1-1/+2
2025-05-06diagnostics: add logical_location_manager; reimplement logical_locationDavid Malcolm1-8/+7
2025-04-28analyzer: initial implementation of exception handling [PR97111]David Malcolm1-0/+116
2025-04-28analyzer: convert gcall * to gcall & in many placesDavid Malcolm1-2/+2
2025-04-28analyzer: convert various enums to "enum class"David Malcolm1-47/+47
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-10-24analyzer: avoid implicit use of global_dc's pretty_printer [PR116613]David Malcolm1-23/+23
2024-06-18diagnostics: eliminate "tree" from diagnostic_{event,path}David Malcolm1-1/+1
2024-06-01analyzer: detect -Wanalyzer-allocation-size at call stmts [PR106203]David Malcolm1-13/+1
2024-05-17diagnostics, analyzer: add CFG edge visualization to path-printingDavid Malcolm1-0/+3
2024-02-29analyzer: fix ICE in call summarization [PR114159]David Malcolm1-1/+1
2024-01-04analyzer: add sarif properties for checker eventsDavid Malcolm1-0/+6
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-17analyzer: new warning: -Wanalyzer-infinite-loop [PR106147]David Malcolm1-2/+3
2023-09-14diagnostics: support multithreaded diagnostic pathsDavid Malcolm1-0/+4
2023-01-19analyzer: use dominator info in -Wanalyzer-deref-before-check [PR108455]David Malcolm1-1/+10
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-02analyzer: introduce struct event_loc_infoDavid Malcolm1-44/+60
2022-12-02analyzer: fixes to region creation messages [PR107851]David Malcolm1-19/+82
2022-11-11analyzer: split out checker_event classes to their own headerDavid Malcolm1-0/+610