[llvm-branch-commits] [clang] 3347c84 - Update release note for the fix
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Oct 30 05:00:26 PDT 2023
Author: Takuya Shimizu
Date: 2023-10-30T12:59:55+01:00
New Revision: 3347c844158831872bf017842f1b85993e4c82f6
URL: https://github.com/llvm/llvm-project/commit/3347c844158831872bf017842f1b85993e4c82f6
DIFF: https://github.com/llvm/llvm-project/commit/3347c844158831872bf017842f1b85993e4c82f6.diff
LOG: Update release note for the fix
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index a06302531bc2eef..879721c71add390 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -394,7 +394,8 @@ Improvements to Clang's diagnostics
(`#62353: <https://github.com/llvm/llvm-project/issues/62353>`_,
fallout from the non-POD packing ABI fix in LLVM 15).
- Clang constexpr evaluator now prints subobject's name instead of its type in notes
- when a constexpr variable has uninitialized subobjects after its constructor call.
+ when a constexpr variable has uninitialized member subobjects or base class subobjects
+ after its constructor call.
(`#58601 <https://github.com/llvm/llvm-project/issues/58601>`_)
- Clang's `-Wshadow` warning now warns about shadowings by static local variables
(`#62850: <https://github.com/llvm/llvm-project/issues/62850>`_).
More information about the llvm-branch-commits
mailing list