Skip to content

Commit 56a74fa

Browse files
author
git apple-llvm automerger
committed
Merge commit '2a7d3f055d4e' from llvm.org/main into next
2 parents b4ae525 + 2a7d3f0 commit 56a74fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ Improvements to Clang's diagnostics
144144
- Fixed a bug where Clang's Analysis did not correctly model the destructor behavior of ``union`` members (#GH119415).
145145
- A statement attribute applied to a ``case`` label no longer suppresses
146146
'bypassing variable initialization' diagnostics (#84072).
147+
- The ``-Wunsafe-buffer-usage`` warning has been updated to warn
148+
about unsafe libc function calls. Those new warnings are emitted
149+
under the subgroup ``-Wunsafe-buffer-usage-in-libc-call``.
147150

148151
Improvements to Clang's time-trace
149152
----------------------------------

0 commit comments

Comments
 (0)