aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/region.h
AgeCommit message (Expand)AuthorFilesLines
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