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 3817320 commit 5a7580eCopy full SHA for 5a7580e
clang/docs/ReleaseNotes.rst
@@ -939,6 +939,9 @@ Bug Fixes in This Version
939
- Clang now doesn't produce false-positive warning `-Wconstant-logical-operand`
940
for logical operators in C23.
941
Fixes (`#64356 <https://github.com/llvm/llvm-project/issues/64356>`_).
942
+- Clang's ``-Wshadow`` no longer warns when an init-capture is named the same as
943
+ a class field unless the lambda can capture this.
944
+ Fixes (`#71976 <https://github.com/llvm/llvm-project/issues/71976>`_)
945
946
Bug Fixes to Compiler Builtins
947
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments