aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/bounds-checking.cc
AgeCommit message (Expand)AuthorFilesLines
2023-06-23text-art: remove explicit #include of C++ standard library headersDavid Malcolm1-0/+1
2023-06-21analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]David Malcolm1-62/+210
2023-06-08analyzer: Standalone OOB-warning [PR109437, PR109439]Benjamin Priour1-9/+19
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-02analyzer: introduce struct event_loc_infoDavid Malcolm1-8/+4
2022-12-02analyzer: fixes to region creation messages [PR107851]David Malcolm1-16/+24
2022-11-30analyzer: fix i18n issues in symbolic out-of-bounds [PR106626]David Malcolm1-54/+138
2022-11-30analyzer: unify bounds-checking class hierarchiesDavid Malcolm1-75/+110
2022-11-30analyzer: more bounds-checking wording tweaks [PR106626]David Malcolm1-34/+99
2022-11-30analyzer: add note about valid subscripts [PR106626]David Malcolm1-4/+42
2022-11-30analyzer: fix wording of 'number of bad bytes' note [PR106626]David Malcolm1-22/+44
2022-11-30analyzer: move bounds checking to a new bounds-checking.ccDavid Malcolm1-0/+695