[clang] 2518d4f - [nfc][msan] Add D123875 into release notes
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 22 11:14:43 PDT 2022
Author: Vitaly Buka
Date: 2022-04-22T11:14:28-07:00
New Revision: 2518d4f6d8548d558968749e6d728ccac98cc1c1
URL: https://github.com/llvm/llvm-project/commit/2518d4f6d8548d558968749e6d728ccac98cc1c1
DIFF: https://github.com/llvm/llvm-project/commit/2518d4f6d8548d558968749e6d728ccac98cc1c1.diff
LOG: [nfc][msan] Add D123875 into release notes
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index cb5cad717e347..8560ab921ef9f 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -173,6 +173,8 @@ Non-comprehensive list of changes in this release
- Improve the dump format, dump both bitwidth(if its a bitfield) and field value.
- Remove anonymous tag locations.
- Beautify dump format, add indent for nested struct and struct members.
+- Previously disabled sanitizer options now enabled by default
+ - MSAN_OPTIONS=poison_in_dtor=1.
New Compiler Flags
------------------
More information about the cfe-commits
mailing list