diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 6344c4b36e357..0e1cacaa76a35 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -135,6 +135,9 @@ Improvements to Clang's diagnostics - Fixed a bug where Clang's Analysis did not correctly model the destructor behavior of ``union`` members (#GH119415). - A statement attribute applied to a ``case`` label no longer suppresses 'bypassing variable initialization' diagnostics (#84072). +- The ``-Wunsafe-buffer-usage`` warning has been updated to warn + about unsafe libc function calls. Those new warnings are emitted + under the subgroup ``-Wunsafe-buffer-usage-in-libc-call``. Improvements to Clang's time-trace ----------------------------------