Age | Commit message (Expand) | Author | Files | Lines |
2024-06-01 | analyzer: detect -Wanalyzer-allocation-size at call stmts [PR106203] | David Malcolm | 1 | -1/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-01 | diagnostics, analyzer: add optional per-diagnostic property bags to SARIF | David Malcolm | 1 | -3/+53 |
2023-06-21 | analyzer: add text-art visualizations of out-of-bounds accesses [PR106626] | David Malcolm | 1 | -1/+1 |
2023-02-21 | analyzer: stop exploring the path after certain diagnostics [PR108830] | David Malcolm | 1 | -0/+4 |
2023-02-15 | analyzer: fix uninit false +ves [PR108664,PR108666,PR108725] | David Malcolm | 1 | -1/+2 |
2023-01-26 | analyzer: fix false positives from -Wanalyzer-infinite-recursion [PR108524] | David Malcolm | 1 | -0/+9 |
2023-01-19 | analyzer: use dominator info in -Wanalyzer-deref-before-check [PR108455] | David Malcolm | 1 | -2/+4 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-02 | analyzer: introduce struct event_loc_info | David Malcolm | 1 | -2/+1 |
2022-12-02 | analyzer: fixes to region creation messages [PR107851] | David Malcolm | 1 | -28/+9 |
2022-11-13 | analyzer: new warning: -Wanalyzer-tainted-assertion [PR106235] | David Malcolm | 1 | -4/+4 |
2022-11-11 | analyzer: new warning: -Wanalyzer-infinite-recursion [PR106147] | David Malcolm | 1 | -0/+18 |
2022-11-03 | analyzer: use std::unique_ptr for pending_diagnostic/note | David Malcolm | 1 | -0/+1 |
2022-07-02 | analyzer: add allocation size checker [PR105900] | Tim Lange | 1 | -0/+20 |
2022-06-02 | diagnostics: add SARIF output format | David Malcolm | 1 | -0/+11 |
2022-05-20 | Use "final" and "override" directly, rather than via macros | David Malcolm | 1 | -2/+2 |
2022-05-16 | analyzer: implement four new warnings for <stdarg.h> misuses [PR105103] | David Malcolm | 1 | -4/+7 |
2022-03-16 | analyzer: early rejection of disabled warnings [PR104955] | David Malcolm | 1 | -0/+6 |
2022-03-10 | analyzer: add notes to write-to-const/string from access attr [PR104793] | David Malcolm | 1 | -0/+43 |
2022-01-27 | analyzer: show region creation events for uninit warnings | David Malcolm | 1 | -0/+24 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-07-15 | analyzer: reimplement -Wanalyzer-use-of-uninitialized-value [PR95006 et al] | David Malcolm | 1 | -0/+13 |
2021-01-14 | analyzer: const fixes [PR98679] | David Malcolm | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-30 | Add analyzer plugin support and CPython GIL example | David Malcolm | 1 | -0/+8 |
2020-11-11 | analyzer: precision-of-wording for -Wanalyzer-stale-setjmp-buffer | David Malcolm | 1 | -0/+15 |
2020-01-22 | analyzer: introduce namespace to avoid ODR clashes (PR 93307) | David Malcolm | 1 | -0/+4 |
2020-01-14 | analyzer: fix dedupe issue seen with CVE-2005-1689 | David Malcolm | 1 | -0/+4 |
2020-01-14 | Initial commit of analyzer | David Malcolm | 1 | -0/+266 |