Skip to content

Commit 403b2b4

Browse files
zyn0217Shivam Gupta
authored andcommitted
Backporting llvm#79568 to clang 18.
1 parent 550f4fc commit 403b2b4

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
@@ -382,6 +382,11 @@ Bug Fixes to C++ Support
382382
- Fix a crash when using ``source_location`` in the trailing return type of a lambda expression. (#GH67134)
383383
- A follow-up fix was added for (#GH61460), as the previous fix was not entirely correct. (#GH86361)
384384

385+
386+
- Fixed a bug where variables referenced by requires-clauses inside
387+
nested generic lambdas were not properly injected into the constraint scope.
388+
(`#73418 <https://github.com/llvm/llvm-project/issues/73418>`_)
389+
385390
- Fix incorrect code generation caused by the object argument of ``static operator()`` and ``static operator[]`` calls not being evaluated.
386391
Fixes (`#67976 <https://github.com/llvm/llvm-project/issues/67976>`_)
387392

0 commit comments

Comments
 (0)