File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,8 @@ Improvements to Clang's diagnostics
400
400
(`#62353: <https://github.com/llvm/llvm-project/issues/62353 >`_,
401
401
fallout from the non-POD packing ABI fix in LLVM 15).
402
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.
403
+ when a constexpr variable has uninitialized member subobjects or base class subobjects
404
+ after its constructor call.
404
405
(`#58601 <https://github.com/llvm/llvm-project/issues/58601 >`_)
405
406
- Clang's `-Wshadow ` warning now warns about shadowings by static local variables
406
407
(`#62850: <https://github.com/llvm/llvm-project/issues/62850 >`_).
You can’t perform that action at this time.
0 commit comments