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 @@ -394,7 +394,8 @@ Improvements to Clang's diagnostics
394
394
(`#62353: <https://github.com/llvm/llvm-project/issues/62353 >`_,
395
395
fallout from the non-POD packing ABI fix in LLVM 15).
396
396
- 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.
398
399
(`#58601 <https://github.com/llvm/llvm-project/issues/58601 >`_)
399
400
- Clang's `-Wshadow ` warning now warns about shadowings by static local variables
400
401
(`#62850: <https://github.com/llvm/llvm-project/issues/62850 >`_).
You can’t perform that action at this time.
0 commit comments