]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/sm.cc
analyzer: fix ICE on negative values for size_t [PR114472]
[thirdparty/gcc.git] / gcc / analyzer / sm.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-14  David Malcolmanalyzer: enable taint state machine by default [PR103533]
2023-01-16  Jakub JelinekUpdate copyright years.
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for pending_diagnostic...
2022-10-05  David Malcolmanalyzer: simplify some includes
2022-07-07  David Malcolmanalyzer: fix false positives from -Wanalyzer-tainted...
2022-07-02  Immad Miranalyzer: implement five new warnings for misuse of...
2022-05-16  David Malcolmanalyzer: implement four new warnings for <stdarg.h...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-07-07  David Malcolmanalyzer: remove add_any_constraints_from_ssa_def_stmt
2021-01-04  Jakub JelinekUpdate copyright years.
2020-09-22  David Malcolmanalyzer: add -fdump-analyzer-json
2020-09-09  David Malcolmanalyzer: use objects for state_machine::state_t
2020-08-13  David Malcolmanalyzer: rewrite of region and value-handling
2020-03-06  David Malcolmanalyzer: improvements to state dumping
2020-02-24  David Malcolmanalyzer: disable the "taint" checker by default
2020-01-31  David Malcolmanalyzer: add extrinsic_state::dump
2020-01-22  David Malcolmanalyzer: introduce namespace to avoid ODR clashes...
2020-01-14  David MalcolmInitial commit of analyzer