Skip to content

Commit 120127f

Browse files
zyn0217xgupta
authored andcommitted
Backporting llvm#79568 to clang 18.
1 parent 8cf029f commit 120127f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,11 @@ Bug Fixes to C++ Support
11251125
- Fix handling of ``_`` as the name of a lambda's init capture variable. (#GH107024)
11261126

11271127

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+
11281133
- Fix incorrect code generation caused by the object argument of ``static operator()`` and ``static operator[]`` calls not being evaluated.
11291134
Fixes (`#67976 <https://github.com/llvm/llvm-project/issues/67976>`_)
11301135

0 commit comments

Comments
 (0)