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 8cf029f commit 120127fCopy full SHA for 120127f
clang/docs/ReleaseNotes.rst
@@ -1125,6 +1125,11 @@ Bug Fixes to C++ Support
1125
- Fix handling of ``_`` as the name of a lambda's init capture variable. (#GH107024)
1126
1127
1128
+
1129
+- Fixed a bug where variables referenced by requires-clauses inside
1130
+ nested generic lambdas were not properly injected into the constraint scope.
1131
+ (`#73418 <https://github.com/llvm/llvm-project/issues/73418>`_)
1132
1133
- Fix incorrect code generation caused by the object argument of ``static operator()`` and ``static operator[]`` calls not being evaluated.
1134
Fixes (`#67976 <https://github.com/llvm/llvm-project/issues/67976>`_)
1135
0 commit comments