Skip to content

Commit

Permalink
[Clang] Update release notes
Browse files Browse the repository at this point in the history
Update release notes.
This is a follow-up to https://reviews.llvm.org/D146178

Differential revision: https://reviews.llvm.org/D149906
  • Loading branch information
alexander-shaposhnikov committed May 18, 2023
1 parent 2f7be44 commit cd4677f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,13 @@ C++ Language Changes

C++20 Feature Support
^^^^^^^^^^^^^^^^^^^^^
- Support for out-of-line definitions of constrained templates has been improved.
This partially fixes `#49620 <https://github.com/llvm/llvm-project/issues/49620>`_.
- Implemented the rule introduced by `CA104 <https://wg21.link/P2103R0>`_ for comparison of
constraint-expressions. Improved support for out-of-line definitions of constrained templates.
This fixes:
`#49620 <https://github.com/llvm/llvm-project/issues/49620>`_,
`#60231 <https://github.com/llvm/llvm-project/issues/60231>`_,
`#61414 <https://github.com/llvm/llvm-project/issues/60414>`_,
`#61809 <https://github.com/llvm/llvm-project/issues/61809>`_.
- Lambda templates with a requires clause directly after the template parameters now parse
correctly if the requires clause consists of a variable with a dependent type.
(`#61278 <https://github.com/llvm/llvm-project/issues/61278>`_)
Expand Down

0 comments on commit cd4677f

Please sign in to comment.