Update release note for the fix
authorTakuya Shimizu <shimizu2486@gmail.com>
Fri, 27 Oct 2023 09:15:47 +0000 (18:15 +0900)
committerTobias Hieta <tobias@hieta.se>
Mon, 30 Oct 2023 11:59:55 +0000 (12:59 +0100)
clang/docs/ReleaseNotes.rst

index a063025..879721c 100644 (file)
@@ -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>`_).