Skip to content

Commit 8c51c4f

Browse files
author
git apple-llvm automerger
committed
Merge commit '3347c8441588' from llvm.org/release/17.x into stable/20230725
2 parents faaf03b + 3347c84 commit 8c51c4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,8 @@ Improvements to Clang's diagnostics
400400
(`#62353: <https://github.com/llvm/llvm-project/issues/62353>`_,
401401
fallout from the non-POD packing ABI fix in LLVM 15).
402402
- Clang constexpr evaluator now prints subobject's name instead of its type in notes
403-
when a constexpr variable has uninitialized subobjects after its constructor call.
403+
when a constexpr variable has uninitialized member subobjects or base class subobjects
404+
after its constructor call.
404405
(`#58601 <https://github.com/llvm/llvm-project/issues/58601>`_)
405406
- Clang's `-Wshadow` warning now warns about shadowings by static local variables
406407
(`#62850: <https://github.com/llvm/llvm-project/issues/62850>`_).

0 commit comments

Comments
 (0)