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 8260528 commit 49cfb17Copy full SHA for 49cfb17
clang/docs/ReleaseNotes.rst
@@ -135,6 +135,9 @@ Improvements to Clang's diagnostics
135
- Fixed a bug where Clang's Analysis did not correctly model the destructor behavior of ``union`` members (#GH119415).
136
- A statement attribute applied to a ``case`` label no longer suppresses
137
'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``.
141
142
Improvements to Clang's time-trace
143
----------------------------------
0 commit comments