Author: Alexander Shaposhnikov Date: 2023-05-18T20:02:37Z New Revision: cd4677f207041e74f55d0cac6145942f04301ee7
URL: https://github.com/llvm/llvm-project/commit/cd4677f207041e74f55d0cac6145942f04301ee7 DIFF: https://github.com/llvm/llvm-project/commit/cd4677f207041e74f55d0cac6145942f04301ee7.diff LOG: [Clang] Update release notes Update release notes. This is a follow-up to https://reviews.llvm.org/D146178 Differential revision: https://reviews.llvm.org/D149906 Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 9420a9e687ca7..5c6459d01b14c 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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>`_) _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits