[Bug 292067] [exp-run] Against llvm-21-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 25 Apr 2026 14:20:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292067

--- Comment #84 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=035396ceda495f456ca570fb715b04a7fc3b25c2

commit 035396ceda495f456ca570fb715b04a7fc3b25c2
Author:     Dimitry Andric <dimitry@andric.com>
AuthorDate: 2026-01-05 19:55:12 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-04-25 14:14:20 +0000

    libcxx-compat: revert llvmorg-21-init-10154-ge43e8ec7afbd:

      [libc++] Remove dead implementation of is_nothrow_convertible and merge
the remaining code into is_convertible.h (#137717)

      We can use the `__is_nothrow_convertible` builtin unconditionally now,
      which makes the implementation very simple, so there isn't much of a
      need to keep a separate header around.

    This is part of making libc++ 21 build with clang 18.

    PR:             292067
    MFC after:      1 month

 .../libcxx/include/__type_traits/is_convertible.h  | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.