From nobody Thu Jan 8 17:15:27 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4dnBPC6fW4z6GX2f for ; Thu, 08 Jan 2026 17:15:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4dnBPC57b9z3kbp for ; Thu, 08 Jan 2026 17:15:27 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1767892527; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FGL1kjx/p/Xc/kkLLyKapmXJRsNNqiNNHY64CJEqY8E=; b=AG9f965uyBsu9f30o/BsoNdaiuj91iEROMA9zxg6OIhrP2vxkvRepUwAx9azs9+KQhK61t SOurC8FWH0wcEUuDq1DErUiFjkMo9UDzZ7gbaBwZp3SE3PZLw+NHfQczdCNr7b5kfoG0dp vEqy+f8n7erEX6kcjUDA4B+aLqXWzGguqTphxsm9kvWPQau5IRNBNO7re9PEyjJKDtsHev 5q1AZRNK1JYCjOAwSs9XOfIw2uGyyDcB+teonrDHLLMJ9M/GubTeylA8P34E85BU9gtj4e wneiQeq3D0r+YFwI1WpoEpCMpelgZ2N3z7LM5wQS1LEdVpWrkgz1uwmaPxJi+w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1767892527; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FGL1kjx/p/Xc/kkLLyKapmXJRsNNqiNNHY64CJEqY8E=; b=Gr9+brOexK/+xXMhRX3z5881zlSLm8OmPzBWlcHEPHgspaESTZ7pASEbsMM3CRbqhXl1c6 HcNSVmQLEpemnpVcg9OF+pbRT8Xi/pEYx+YAVd08QAeGHAZ40iNpxRU40Zq1gaoaWaRhsK 3iPsLcRF0jg6CjQTA3uPlw52iaTV+Rucz14WrN2t5FxoQRf3iygIwynjHnjxJd6C/qcW1+ 7GgP6rnbdziCTML7ZqQVVXFEUs+qPR4oynETxr8m8I/qrTH5LjlFuNGBYUh9z7BHbVLVMQ EC7lwdDR1KG+j5Mk6F+wq1PVgqHnKJPwW4UHx7Z9K/MyP1nlKCxslSoJgKS9vA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1767892527; a=rsa-sha256; cv=none; b=sOw3mLSawFmdolTfPt6nyIJ2ypCvkzCpYl3q7Mhb108kAz3Z4YBI/1D0gfLU0pSicTxoc5 ki2lo5jTlEmeRbLl0KQLU8EQI11qaZhEzkxmepGFEnqQs9rsuCejryzAmNzSSeKrd7EgHt ePrjiM/bQdgQbbmI6u8rmfsY1dnH5Mqs5gESYT/v3Wzcvl6Qo+SF0UZ+5Bisjbmwn5u5fh KylnTvNHuSdpbcCDmw4/1sU3zIpm7fQ1A1EtbQE6qW1UgklO/y83rYLcUx7JV31d9oQp4T 9rtX2v1YSr88xQhH8k8YPsTeeiZ8a30xx1X6rgzOqpX/VO/MKFNMQyCuffRC0w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4dnBPC3CGnznbZ for ; Thu, 08 Jan 2026 17:15:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 30f36 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 08 Jan 2026 17:15:27 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Alex Richardson From: Ed Maste Subject: git: 018c097a4fa7 - stable/14 - libc++: Fix deprecation warnings with latest clang List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: emaste X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 018c097a4fa7b97132746e07e4e0c21eac180c02 Auto-Submitted: auto-generated Date: Thu, 08 Jan 2026 17:15:27 +0000 Message-Id: <695fe62f.30f36.50acb924@gitrepo.freebsd.org> The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=018c097a4fa7b97132746e07e4e0c21eac180c02 commit 018c097a4fa7b97132746e07e4e0c21eac180c02 Author: Alex Richardson AuthorDate: 2025-09-15 22:13:46 +0000 Commit: Ed Maste CommitDate: 2026-01-08 17:14:06 +0000 libc++: Fix deprecation warnings with latest clang Latest clang has become more strict in diagnosing deprecated decls, so pull in LLVM commit 9feac2cbd0d80927ce9a8b4c3e810d2b81802d55. Original commit message: [libc++] Improve deprecated diagnostic guards. Recent Clang-21 builds improved the deprecated diagnotics. This uncovered missing guards in libc++ internally. Reviewed by: dim MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D52531 (cherry picked from commit 086ce467adec42d58414fdb4d54c2b6819cf0c07) (cherry picked from commit 703c98dc6eeb2b36ec94e138269a221704e55f4c) --- contrib/llvm-project/libcxx/include/__functional/binary_function.h | 5 ++--- contrib/llvm-project/libcxx/include/__functional/unary_function.h | 5 ++--- contrib/llvm-project/libcxx/include/__functional/weak_result_type.h | 2 ++ contrib/llvm-project/libcxx/include/__memory/allocator_traits.h | 2 ++ 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/contrib/llvm-project/libcxx/include/__functional/binary_function.h b/contrib/llvm-project/libcxx/include/__functional/binary_function.h index ddee3b170311..18879f65112b 100644 --- a/contrib/llvm-project/libcxx/include/__functional/binary_function.h +++ b/contrib/llvm-project/libcxx/include/__functional/binary_function.h @@ -39,11 +39,10 @@ struct __binary_function_keep_layout_base { }; #if _LIBCPP_STD_VER <= 14 || defined(_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION) -_LIBCPP_DIAGNOSTIC_PUSH -_LIBCPP_CLANG_DIAGNOSTIC_IGNORED("-Wdeprecated-declarations") +_LIBCPP_SUPPRESS_DEPRECATED_PUSH template using __binary_function = binary_function<_Arg1, _Arg2, _Result>; -_LIBCPP_DIAGNOSTIC_POP +_LIBCPP_SUPPRESS_DEPRECATED_POP #else template using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>; diff --git a/contrib/llvm-project/libcxx/include/__functional/unary_function.h b/contrib/llvm-project/libcxx/include/__functional/unary_function.h index 69b1bc94220a..d46df2e86fbd 100644 --- a/contrib/llvm-project/libcxx/include/__functional/unary_function.h +++ b/contrib/llvm-project/libcxx/include/__functional/unary_function.h @@ -36,11 +36,10 @@ struct __unary_function_keep_layout_base { }; #if _LIBCPP_STD_VER <= 14 || defined(_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION) -_LIBCPP_DIAGNOSTIC_PUSH -_LIBCPP_CLANG_DIAGNOSTIC_IGNORED("-Wdeprecated-declarations") +_LIBCPP_SUPPRESS_DEPRECATED_PUSH template using __unary_function = unary_function<_Arg, _Result>; -_LIBCPP_DIAGNOSTIC_POP +_LIBCPP_SUPPRESS_DEPRECATED_POP #else template using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>; diff --git a/contrib/llvm-project/libcxx/include/__functional/weak_result_type.h b/contrib/llvm-project/libcxx/include/__functional/weak_result_type.h index ad7a8395186c..488fec9dac21 100644 --- a/contrib/llvm-project/libcxx/include/__functional/weak_result_type.h +++ b/contrib/llvm-project/libcxx/include/__functional/weak_result_type.h @@ -77,6 +77,7 @@ struct __maybe_derive_from_unary_function // bool is true template struct __maybe_derive_from_unary_function<_Tp, false> {}; +_LIBCPP_SUPPRESS_DEPRECATED_PUSH template ::value> struct __maybe_derive_from_binary_function // bool is true : public __derives_from_binary_function<_Tp>::type {}; @@ -99,6 +100,7 @@ struct __weak_result_type_imp<_Tp, false> template struct __weak_result_type : public __weak_result_type_imp<_Tp> {}; +_LIBCPP_SUPPRESS_DEPRECATED_POP // 0 argument case diff --git a/contrib/llvm-project/libcxx/include/__memory/allocator_traits.h b/contrib/llvm-project/libcxx/include/__memory/allocator_traits.h index c5fcc89327b8..f3e327edda12 100644 --- a/contrib/llvm-project/libcxx/include/__memory/allocator_traits.h +++ b/contrib/llvm-project/libcxx/include/__memory/allocator_traits.h @@ -40,6 +40,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD template \ struct NAME<_Tp, __void_t > : true_type {} +_LIBCPP_SUPPRESS_DEPRECATED_PUSH // __pointer template { using type _LIBCPP_NODEBUG = typename pointer_traits<_Ptr>::template rebind; #endif }; +_LIBCPP_SUPPRESS_DEPRECATED_POP // __void_pointer _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_void_pointer, void_pointer);