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
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 >`_).
You can’t perform that action at this time.
0 commit comments