Skip to content

Commit 3347c84

Browse files
hazohelettru
authored andcommitted
Update release note for the fix
1 parent f6fb6a9 commit 3347c84

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
@@ -394,7 +394,8 @@ Improvements to Clang's diagnostics
394394
(`#62353: <https://github.com/llvm/llvm-project/issues/62353>`_,
395395
fallout from the non-POD packing ABI fix in LLVM 15).
396396
- Clang constexpr evaluator now prints subobject's name instead of its type in notes
397-
when a constexpr variable has uninitialized subobjects after its constructor call.
397+
when a constexpr variable has uninitialized member subobjects or base class subobjects
398+
after its constructor call.
398399
(`#58601 <https://github.com/llvm/llvm-project/issues/58601>`_)
399400
- Clang's `-Wshadow` warning now warns about shadowings by static local variables
400401
(`#62850: <https://github.com/llvm/llvm-project/issues/62850>`_).

0 commit comments

Comments
 (0)