[Bug 280562] [exp-run] Against llvm-19-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 01 Dec 2024 12:55:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280562

--- Comment #172 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3cbe408539049bb30ea9816fb9cb996734c0eb5a

commit 3cbe408539049bb30ea9816fb9cb996734c0eb5a
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-08-05 20:26:02 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-12-01 12:32:40 +0000

    libcxx-compat: revert llvmorg-19-init-17473-g69fecaa1a455:

      [libc++] Clean up some now dead code with the upgrade to GCC 14 (#97746)

    PR:             280562
    MFC after:      1 month

    (cherry picked from commit 2f2ebe758bea201830bd021525424813f7fc6c6b)

 contrib/llvm-project/libcxx/include/__config       | 58 ++++++++++++++------
 .../libcxx/include/__tuple/tuple_element.h         | 26 +++++++++
 .../libcxx/include/__type_traits/is_function.h     | 14 ++++-
 .../__type_traits/is_member_function_pointer.h     | 31 +++++++++++
 .../__type_traits/is_member_object_pointer.h       | 15 ++++++
 .../include/__type_traits/is_member_pointer.h      | 16 ++++++
 .../__type_traits/is_nothrow_constructible.h       | 61 ++++++++++++++++++++++
 .../libcxx/include/__type_traits/is_object.h       | 25 ++++++++-
 .../libcxx/include/__type_traits/is_reference.h    | 29 ++++++----
 .../libcxx/include/__type_traits/is_scoped_enum.h  | 22 ++++++++
 10 files changed, 266 insertions(+), 31 deletions(-)

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