We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fb6a9 commit 3347c84Copy full SHA for 3347c84
clang/docs/ReleaseNotes.rst
@@ -394,7 +394,8 @@ Improvements to Clang's diagnostics
394
(`#62353: <https://github.com/llvm/llvm-project/issues/62353>`_,
395
fallout from the non-POD packing ABI fix in LLVM 15).
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.
+ when a constexpr variable has uninitialized member subobjects or base class subobjects
398
+ after its constructor call.
399
(`#58601 <https://github.com/llvm/llvm-project/issues/58601>`_)
400
- Clang's `-Wshadow` warning now warns about shadowings by static local variables
401
(`#62850: <https://github.com/llvm/llvm-project/issues/62850>`_).
0 commit comments