Skip to content

Commit d49eb7c

Browse files
spallllvm-beanz
andauthored
Update clang/docs/ReleaseNotes.rst
Co-authored-by: Chris B <[email protected]>
1 parent 7ef3654 commit d49eb7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +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.
196+
- Adds an error diagnostic for out of bounds vector accesses; produces an error
197+
for compile time statically provable out of bounds vector accesses.
198198

199199
Improvements to Clang's time-trace
200200
----------------------------------

0 commit comments

Comments
 (0)