Skip to content

Commit 2a7d3f0

Browse files
authored
[NFC] Add release notes for -Wunsafe-buffer-usage-in-libc-call (#126975)
`-Wunsafe-buffer-usage-in-libc-call` is a subgroup of `-Wunsafe-buffer-usage` that warns about unsafe libc function calls.
1 parent 10b99e9 commit 2a7d3f0

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)