]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/diagnostic-manager.h
Update copyright years.
[thirdparty/gcc.git] / gcc / analyzer / diagnostic-manager.h
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-02  David Malcolmanalyzer: fixes to region creation messages [PR107851]
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for feasibility_problems...
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for saved_diagnostic...
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for pending_diagnostic...
2022-07-02  Tim Langeanalyzer: add allocation size checker [PR105900]
2022-06-15  David Malcolmanalyzer: show saved diagnostics as nodes in .eg.dot...
2022-03-23  David Malcolmanalyzer: fix ICE adding note to disabled diagnostic...
2022-03-16  David Malcolmanalyzer: early rejection of disabled warnings [PR104955]
2022-03-10  David Malcolmanalyzer: add notes to write-to-const/string from acces...
2022-01-27  David Malcolmanalyzer: show region creation events for uninit warnings
2022-01-03  Jakub JelinekUpdate copyright years.
2021-07-15  David Malcolmanalyzer: reimplement -Wanalyzer-use-of-uninitialized...
2021-04-01  David Malcolmanalyzer: record per-enode saved_diagnostics
2021-03-11  David Malcolmanalyzer: new implementation of shortest feasible path...
2021-02-26  David Malcolmanalyzer: eliminate dedupe_candidate [PR96374]
2021-01-29  David Malcolmanalyzer: consolidate conditionals in paths
2021-01-04  Jakub JelinekUpdate copyright years.
2020-09-22  David Malcolmanalyzer: add -fdump-analyzer-json
2020-08-13  David Malcolmanalyzer: rewrite of region and value-handling
2020-03-27  David Malcolmanalyzer: add new supergraph visualization
2020-03-04  David Malcolmanalyzer: fix ICE on non-lvalue in prune_for_sm_diagnos...
2020-02-24  David Malcolmanalyzer: eliminate irrelevant control-flow edges from...
2020-02-17  David Malcolmanalyzer: add diagnostics to output of -fdump-analyzer...
2020-01-22  David Malcolmanalyzer: introduce namespace to avoid ODR clashes...
2020-01-14  David Malcolmanalyzer: fix dedupe issue seen with CVE-2005-1689
2020-01-14  David MalcolmInitial commit of analyzer