]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/varargs.cc
Daily bump.
[thirdparty/gcc.git] / gcc / analyzer / varargs.cc
2024-02-19  David Malcolmanalyzer: fix -Wanalyzer-va-arg-type-mismatch false...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-14  David Malcolmanalyzer: cleanups [PR112655]
2023-12-01  David Malcolmdiagnostics, analyzer: add optional per-diagnostic...
2023-08-09  David Malcolmanalyzer: remove default return value from region_model...
2023-06-22  David Malcolmanalyzer: add text-art visualizations of out-of-bounds...
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-16  David Malcolmanalyzer: add src_region param to region_model::check_f...
2022-12-06  David Malcolmanalyzer: split out more stuff from region-model-impl...
2022-12-02  David Malcolmanalyzer: introduce struct event_loc_info
2022-11-24  Martin Liskaanalyzer: fix Clang warnings
2022-11-22  David Malcolmanalyzer: eliminate region_model::impl_call_* special...
2022-11-11  David Malcolmanalyzer: more state machine documentation
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for checker_event
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for pending_diagnostic...
2022-10-24  David Malcolmanalyzer: fix ICE on va_copy [PR107349]
2022-10-19  David Malcolmanalyzer: fix ICE on __builtin_ms_va_copy [PR105765]
2022-10-05  David Malcolmanalyzer: simplify some includes
2022-07-22  David Malcolmanalyzer: fix state explosion on va_arg [PR106413]
2022-07-21  David Malcolmanalyzer: fix -Wanalyzer-va-list-exhausted false +ve...
2022-06-16  David Malcolmanalyzer: associate -Wanalyzer-va-arg-type-mismatch...
2022-06-16  David Malcolmanalyzer: associate -Wanalyzer-va-list-exhausted with...
2022-06-02  David Malcolmdiagnostics: add SARIF output format
2022-05-23  David Malcolmanalyzer: use 'final' and 'override' where appropriate
2022-05-20  David MalcolmUse "final" and "override" directly, rather than via...
2022-05-16  David Malcolmanalyzer: implement four new warnings for <stdarg.h...