We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6780d53 commit 33aa095Copy full SHA for 33aa095
clang-tools-extra/docs/ReleaseNotes.rst
@@ -202,6 +202,10 @@ Changes in existing checks
202
<clang-tidy/checks/bugprone/reserved-identifier>` check, so that it does not
203
warn on macros starting with underscore and lowercase letter.
204
205
+- Improved :doc:`bugprone-undefined-memory-manipulation
206
+ <clang-tidy/checks/bugprone/undefined-memory-manipulation>` check to support
207
+ fixed-size arrays of non-trivial types.
208
+
209
- Improved :doc:`cppcoreguidelines-avoid-non-const-global-variables
210
<clang-tidy/checks/cppcoreguidelines/avoid-non-const-global-variables>` check
211
to ignore ``static`` variables declared within the scope of
0 commit comments