Skip to content

Commit 7ef3654

Browse files
committed
release note
1 parent 2fa2c72 commit 7ef3654

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ Improvements to Clang's diagnostics
193193
under the subgroup ``-Wunsafe-buffer-usage-in-libc-call``.
194194
- Diagnostics on chained comparisons (``a < b < c``) are now an error by default. This can be disabled with
195195
``-Wno-error=parentheses``.
196+
- Adds a diagnostic for out of bounds vector accesses; Errors by default for compile time statically
197+
provable out of bounds vector accesses.
196198

197199
Improvements to Clang's time-trace
198200
----------------------------------

0 commit comments

Comments
 (0)