aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-array-bounds.cc
AgeCommit message (Expand)AuthorFilesLines
2020-09-23Build a zero element array type that reliably renders as T[0] in diagnostcs.Martin Sebor1-1/+18
2020-09-19Extend -Warray-bounds to detect out-of-bounds accesses to array parameters.Martin Sebor1-77/+334
2020-07-27Diagnose just-past-the-end references for minor array bounds.Martin Sebor1-2/+9
2020-06-01Move array bounds checking into its own file.Aldy Hernandez1-0/+700