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 9c00054 commit b7db5a0Copy full SHA for b7db5a0
clang/docs/ReleaseNotes.rst
@@ -345,6 +345,9 @@ Bug Fixes in This Version
345
- Clang now doesn't produce false-positive warning `-Wconstant-logical-operand`
346
for logical operators in C23.
347
Fixes (`#64356 <https://github.com/llvm/llvm-project/issues/64356>`_).
348
+- Clang's ``-Wshadow`` no longer warns when an init-capture is named the same as
349
+ a class field unless the lambda can capture this.
350
+ Fixes (`#71976 <https://github.com/llvm/llvm-project/issues/71976>`_)
351
352
Bug Fixes to Compiler Builtins
353
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments