Skip to content

Commit 49cfb17

Browse files
committed
[NFC] Add release notes for -Wunsafe-buffer-usage-in-libc-call
`-Wunsafe-buffer-usage-in-libc-call` is a subgroup of `-Wunsafe-buffer-usage` that warns about unsafe libc function calls.
1 parent 8260528 commit 49cfb17

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
@@ -135,6 +135,9 @@ Improvements to Clang's diagnostics
135135
- Fixed a bug where Clang's Analysis did not correctly model the destructor behavior of ``union`` members (#GH119415).
136136
- A statement attribute applied to a ``case`` label no longer suppresses
137137
'bypassing variable initialization' diagnostics (#84072).
138+
- The ``-Wunsafe-buffer-usage`` warning has been updated to warn
139+
about unsafe libc function calls. Those new warnings are emitted
140+
under the subgroup ``-Wunsafe-buffer-usage-in-libc-call``.
138141

139142
Improvements to Clang's time-trace
140143
----------------------------------

0 commit comments

Comments
 (0)