[all-commits] [llvm/llvm-project] 9feac2: [libc++] Improve deprecated diagnostic guards.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Mar 18 10:31:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9feac2cbd0d80927ce9a8b4c3e810d2b81802d55
https://github.com/llvm/llvm-project/commit/9feac2cbd0d80927ce9a8b4c3e810d2b81802d55
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2025-03-18 (Tue, 18 Mar 2025)
Changed paths:
M libcxx/include/__functional/binary_function.h
M libcxx/include/__functional/unary_function.h
M libcxx/include/__functional/weak_result_type.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/types.pass.cpp
Log Message:
-----------
[libc++] Improve deprecated diagnostic guards.
Recent Clang-21 builds improved the deprecated diagnotics. This
uncovered missing guards in libc++ internally.
Note: This patch should be a separate commit and not merged.
For testing purposes they are combined.
Reviewed as part of #130497.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list