analyzer: start adding support for errno
[platform/upstream/gcc.git] / gcc / analyzer / region.h
2022-11-08 David Malcolmanalyzer: start adding support for errno
2022-09-08 Tim Langeanalyzer: support for symbolic values in the out-of...
2022-09-05 Tim Langeanalyzer: return a concrete offset for cast_regions
2022-08-16 Martin Liskaanalyzer: add more final override keywords
2022-08-12 Tim Langeanalyzer: out-of-bounds checker [PR106000]
2022-07-28 David Malcolmanalyzer: expand the comment in region.h
2022-07-26 David Malcolmanalyzer: fix stray get_element decls
2022-07-20 David Malcolmanalyzer: don't track string literals in the store...
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-25 David Malcolmanalyzer: add region::tracked_p to optimize state objec...
2022-03-23 David Malcolmanalyzer: fix accessing wrong stack frame on interproce...
2022-02-10 David Malcolmanalyzer: handle more casts of string literals [PR98797]
2022-02-09 David Malcolmanalyzer: fix hashing of bit_range_region::key_t [PR104452]
2022-02-02 David Malcolmanalyzer: implement bit_range_region
2022-01-27 David Malcolmanalyzer: show region creation events for uninit warnings
2022-01-08 David Malcolmanalyzer: add region::is_named_decl_p
2022-01-03 Jakub JelinekUpdate copyright years.
2021-07-15 David Malcolmanalyzer: reimplement -Wanalyzer-use-of-uninitialized...
2021-06-30 David Malcolmanalyzer: eliminate enum binding_key [PR95006]
2021-03-30 David Malcolmanalyzer: remove old decl of region::dump_to_pp
2021-01-04 Jakub JelinekUpdate copyright years.
2020-10-29 David Malcolmanalyzer: move svalue and region decls to their own...