Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Backporting llvm#79568 to clang 18.
  • Loading branch information
zyn0217 authored and xgupta committed Oct 8, 2024
1 parent 8cf029f commit 120127f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,11 @@ Bug Fixes to C++ Support
- Fix handling of ``_`` as the name of a lambda's init capture variable. (#GH107024)



- Fixed a bug where variables referenced by requires-clauses inside
nested generic lambdas were not properly injected into the constraint scope.
(`#73418 <https://github.com/llvm/llvm-project/issues/73418>`_)

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

Expand Down

0 comments on commit 120127f

Please sign in to comment.