From 3347c844158831872bf017842f1b85993e4c82f6 Mon Sep 17 00:00:00 2001 From: Takuya Shimizu Date: Fri, 27 Oct 2023 18:15:47 +0900 Subject: [PATCH] Update release note for the fix --- clang/docs/ReleaseNotes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index a06302531bc2ee..879721c71add39 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -394,7 +394,8 @@ Improvements to Clang's diagnostics (`#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 `_) - Clang's `-Wshadow` warning now warns about shadowings by static local variables (`#62850: `_).