We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faaf03b + 3347c84 commit 8c51c4fCopy full SHA for 8c51c4f
clang/docs/ReleaseNotes.rst
@@ -400,7 +400,8 @@ Improvements to Clang's diagnostics
400
(`#62353: <https://github.com/llvm/llvm-project/issues/62353>`_,
401
fallout from the non-POD packing ABI fix in LLVM 15).
402
- 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.
+ when a constexpr variable has uninitialized member subobjects or base class subobjects
404
+ after its constructor call.
405
(`#58601 <https://github.com/llvm/llvm-project/issues/58601>`_)
406
- Clang's `-Wshadow` warning now warns about shadowings by static local variables
407
(`#62850: <https://github.com/llvm/llvm-project/issues/62850>`_).
0 commit comments