Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-09-23 | Build a zero element array type that reliably renders as T[0] in diagnostcs. | Martin Sebor | 1 | -1/+18 |
2020-09-19 | Extend -Warray-bounds to detect out-of-bounds accesses to array parameters. | Martin Sebor | 1 | -77/+334 |
2020-07-27 | Diagnose just-past-the-end references for minor array bounds. | Martin Sebor | 1 | -2/+9 |
2020-06-01 | Move array bounds checking into its own file. | Aldy Hernandez | 1 | -0/+700 |