]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/pending-diagnostic.h
analyzer: add sarif properties for bounds checking diagnostics
[thirdparty/gcc.git] / gcc / analyzer / pending-diagnostic.h
2023-12-01  David Malcolmdiagnostics, analyzer: add optional per-diagnostic...
2023-06-22  David Malcolmanalyzer: add text-art visualizations of out-of-bounds...
2023-02-21  David Malcolmanalyzer: stop exploring the path after certain diagnos...
2023-02-15  David Malcolmanalyzer: fix uninit false +ves [PR108664,PR108666...
2023-01-26  David Malcolmanalyzer: fix false positives from -Wanalyzer-infinite...
2023-01-19  David Malcolmanalyzer: use dominator info in -Wanalyzer-deref-before...
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-02  David Malcolmanalyzer: introduce struct event_loc_info
2022-12-02  David Malcolmanalyzer: fixes to region creation messages [PR107851]
2022-11-13  David Malcolmanalyzer: new warning: -Wanalyzer-tainted-assertion...
2022-11-11  David Malcolmanalyzer: new warning: -Wanalyzer-infinite-recursion...
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for pending_diagnostic...
2022-07-02  Tim Langeanalyzer: add allocation size checker [PR105900]
2022-06-02  David Malcolmdiagnostics: add SARIF output format
2022-05-20  David MalcolmUse "final" and "override" directly, rather than via...
2022-05-16  David Malcolmanalyzer: implement four new warnings for <stdarg.h...
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-01-14  David Malcolmanalyzer: const fixes [PR98679]
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-30  David MalcolmAdd analyzer plugin support and CPython GIL example
2020-11-12  David Malcolmanalyzer: precision-of-wording for -Wanalyzer-stale...
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