We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b99e9 commit 2a7d3f0Copy full SHA for 2a7d3f0
clang/docs/ReleaseNotes.rst
@@ -144,6 +144,9 @@ Improvements to Clang's diagnostics
144
- Fixed a bug where Clang's Analysis did not correctly model the destructor behavior of ``union`` members (#GH119415).
145
- A statement attribute applied to a ``case`` label no longer suppresses
146
'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``.
150
151
Improvements to Clang's time-trace
152
----------------------------------
0 commit comments