Skip to content

Commit

Permalink
Update release note for the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hazohelet authored and tru committed Oct 30, 2023
1 parent f6fb6a9 commit 3347c84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_).
Expand Down

0 comments on commit 3347c84

Please sign in to comment.