Skip to content

Commit 33aa095

Browse files
committed
[clang-tidy][NFC] Add release notes entry for D127036
Add release notes entry describing change in bugprone-undefined-memory-manipulation check.
1 parent 6780d53 commit 33aa095

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

+4
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ Changes in existing checks
202202
<clang-tidy/checks/bugprone/reserved-identifier>` check, so that it does not
203203
warn on macros starting with underscore and lowercase letter.
204204

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+
205209
- Improved :doc:`cppcoreguidelines-avoid-non-const-global-variables
206210
<clang-tidy/checks/cppcoreguidelines/avoid-non-const-global-variables>` check
207211
to ignore ``static`` variables declared within the scope of

0 commit comments

Comments
 (0)