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 Shivam Gupta committed Aug 23, 2024
1 parent b69d453 commit 3453404
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 @@ -1112,6 +1112,11 @@ Bug Fixes to C++ Support
- Fixed a crash-on-invalid bug involving extraneous template parameter with concept substitution. (#GH73885)
- Fixed assertion failure by skipping the analysis of an invalid field declaration. (#GH99868)


- 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 3453404

Please sign in to comment.