aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/region.h
AgeCommit message (Expand)AuthorFilesLines
23 hoursanalyzer: use std::unique_ptr in "to_json" functionsDavid Malcolm1-1/+1
2024-06-18analyzer: Fix g++ 4.8 bootstrap without using std::move to return std::unique...Jonathan Wakely1-1/+1
2024-06-07analyzer: eliminate cast_region::m_original_regionDavid Malcolm1-24/+13
2024-05-30Add new text_art::tree_widget and use it in analyzerDavid Malcolm1-0/+68
2024-03-18analyzer: fix ICEs due to sloppy types in bounds-checking [PR110902,PR110928,...David Malcolm1-0/+3
2024-02-29analyzer: fix ICE in call summarization [PR114159]David Malcolm1-9/+9
2024-02-15analyzer: remove offset_region size overloads [PR111266]David Malcolm1-8/+12
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-16analyzer: use bit-level granularity for concrete bounds-checking [PR112792]David Malcolm1-1/+11
2023-11-18analyzer: new warning: -Wanalyzer-undefined-behavior-strtok [PR107573]David Malcolm1-1/+40
2023-07-26analyzer: add symbol base class, moving region id to there [PR104940]David Malcolm1-34/+27
2023-07-20analyzer: fix ICE on certain pointer subtractions [PR110387]David Malcolm1-5/+11
2023-06-21analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]David Malcolm1-0/+1
2023-06-09analyzer: add caching to globals with initializers [PR110112]David Malcolm1-1/+13
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