Author: Aaron Ballman Date: 2022-10-24T15:11:03-04:00 New Revision: 6eaad74147b20a8602da63d3d07a58d722507472
URL: https://github.com/llvm/llvm-project/commit/6eaad74147b20a8602da63d3d07a58d722507472 DIFF: https://github.com/llvm/llvm-project/commit/6eaad74147b20a8602da63d3d07a58d722507472.diff LOG: Correct a typo in the release notes; NFC I intended to fix this when landing the changes, but forgot to add the file to the commit. Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 49ef53f33877..170b27b013e6 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -325,9 +325,9 @@ Improvements to Clang's diagnostics pointers is improved to include the type of the array and whether it's cast to another type. This should improve comprehension for why an index is out-of-bounds. -- Clang now correctly point to the problematic parameter for the ``-Wnonnull`` - warning. - This fixes `Issue 58273 <https://github.com/llvm/llvm-project/issues/58273>`_. +- Clang now correctly points to the problematic parameter for the ``-Wnonnull`` + warning. This fixes + `Issue 58273 <https://github.com/llvm/llvm-project/issues/58273>`_. Non-comprehensive list of changes in this release ------------------------------------------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits