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

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

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=16af0e750645455db46d24a1ac77087230f6b708

commit 16af0e750645455db46d24a1ac77087230f6b708
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-08-05 20:25:18 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-12-01 11:17:10 +0000

    libcxx-compat: revert llvmorg-19-init-17727-g0eebb48fcfbc:

      [libc++] Merge is_member{,_object,_function}_pointer.h (#98727)

      The implementations for these traits have been simplified quite a bit,
      since we have builtins available for them now.

    PR:             280562
    MFC after:      1 month

    (cherry picked from commit e8847079df1b7998ce84fd87c845d9eeef0567fb)

 .../libcxx/include/__type_traits/invoke.h          |  3 ++-
 .../is_member_function_pointer.h (new)             | 31 ++++++++++++++++++++++
 .../__type_traits/is_member_object_pointer.h (new) | 31 ++++++++++++++++++++++
 .../include/__type_traits/is_member_pointer.h      | 12 ---------
 .../llvm-project/libcxx/include/module.modulemap   |  2 ++
 contrib/llvm-project/libcxx/include/type_traits    |  2 ++
 6 files changed, 68 insertions(+), 13 deletions(-)

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