aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/region.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-06analyzer: don't create bindings or binding keys for empty regions [PR107882]David Malcolm1-0/+2
2022-11-07analyzer: start adding support for errnoDavid Malcolm1-1/+59
2022-09-08analyzer: support for symbolic values in the out-of-bounds checker [PR106625]Tim Lange1-2/+15
2022-09-05analyzer: return a concrete offset for cast_regionsTim Lange1-0/+2
2022-08-16analyzer: add more final override keywordsMartin Liska1-1/+2
2022-08-12analyzer: out-of-bounds checker [PR106000]Tim Lange1-0/+4
2022-07-28analyzer: expand the comment in region.hDavid Malcolm1-21/+31
2022-07-26analyzer: fix stray get_element declsDavid Malcolm1-8/+0
2022-07-19analyzer: don't track string literals in the store [PR106359]David Malcolm1-0/+4
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm1-71/+71
2022-05-16analyzer: implement four new warnings for <stdarg.h> misuses [PR105103]David Malcolm1-1/+86
2022-03-24analyzer: add region::tracked_p to optimize state objects [PR104954]David Malcolm1-2/+22
2022-03-23analyzer: fix accessing wrong stack frame on interprocedural return [PR104979]David Malcolm1-2/+4
2022-02-10analyzer: handle more casts of string literals [PR98797]David Malcolm1-0/+6
2022-02-08analyzer: fix hashing of bit_range_region::key_t [PR104452]David Malcolm1-1/+2
2022-02-02analyzer: implement bit_range_regionDavid Malcolm1-0/+89
2022-01-27analyzer: show region creation events for uninit warningsDavid Malcolm1-0/+1
2022-01-07analyzer: add region::is_named_decl_pDavid Malcolm1-0/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-15analyzer: reimplement -Wanalyzer-use-of-uninitialized-value [PR95006 et al]David Malcolm1-0/+16
2021-06-30analyzer: eliminate enum binding_key [PR95006]David Malcolm1-2/+123
2021-03-30analyzer: remove old decl of region::dump_to_ppDavid Malcolm1-5/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-28analyzer: move svalue and region decls to their own header filesDavid Malcolm1-0/+1017