We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef3654 commit d49eb7cCopy full SHA for d49eb7c
clang/docs/ReleaseNotes.rst
@@ -193,8 +193,8 @@ Improvements to Clang's diagnostics
193
under the subgroup ``-Wunsafe-buffer-usage-in-libc-call``.
194
- Diagnostics on chained comparisons (``a < b < c``) are now an error by default. This can be disabled with
195
``-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.
+- Adds an error diagnostic for out of bounds vector accesses; produces an error
+ for compile time statically provable out of bounds vector accesses.
198
199
Improvements to Clang's time-trace
200
----------------------------------
0 commit comments