]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/region.h
Update copyright years.
[thirdparty/gcc.git] / gcc / analyzer / region.h
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-16  David Malcolmanalyzer: use bit-level granularity for concrete bounds...
2023-11-19  David Malcolmanalyzer: new warning: -Wanalyzer-undefined-behavior...
2023-07-26  David Malcolmanalyzer: add symbol base class, moving region id to...
2023-07-21  David Malcolmanalyzer: fix ICE on certain pointer subtractions ...
2023-06-22  David Malcolmanalyzer: add text-art visualizations of out-of-bounds...
2023-06-09  David Malcolmanalyzer: add caching to globals with initializers...
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-06  David Malcolmanalyzer: don't create bindings or binding keys for...
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...