[clang-tools-extra] 33aa095 - [clang-tidy][NFC] Add release notes entry for D127036
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 20 12:07:41 PDT 2023
Author: Piotr Zegar
Date: 2023-09-20T18:56:00Z
New Revision: 33aa095a8b7741b3f24504c44634dba70c55d6ed
URL: https://github.com/llvm/llvm-project/commit/33aa095a8b7741b3f24504c44634dba70c55d6ed
DIFF: https://github.com/llvm/llvm-project/commit/33aa095a8b7741b3f24504c44634dba70c55d6ed.diff
LOG: [clang-tidy][NFC] Add release notes entry for D127036
Add release notes entry describing change in
bugprone-undefined-memory-manipulation check.
Added:
Modified:
clang-tools-extra/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 6d6f51998a01e57..2c54573780c6920 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -202,6 +202,10 @@ Changes in existing checks
<clang-tidy/checks/bugprone/reserved-identifier>` check, so that it does not
warn on macros starting with underscore and lowercase letter.
+- Improved :doc:`bugprone-undefined-memory-manipulation
+ <clang-tidy/checks/bugprone/undefined-memory-manipulation>` check to support
+ fixed-size arrays of non-trivial types.
+
- Improved :doc:`cppcoreguidelines-avoid-non-const-global-variables
<clang-tidy/checks/cppcoreguidelines/avoid-non-const-global-variables>` check
to ignore ``static`` variables declared within the scope of
More information about the cfe-commits
mailing list