[all-commits] [llvm/llvm-project] 1121d6: [libc++][NFC] Merge add_{r, l}value_reference.h (#1...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Sat Jul 5 09:11:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1121d64ba96d4293cf53f8e8b08a9170227264f8
https://github.com/llvm/llvm-project/commit/1121d64ba96d4293cf53f8e8b08a9170227264f8
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-07-05 (Sat, 05 Jul 2025)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__concepts/common_with.h
M libcxx/include/__memory/shared_ptr.h
M libcxx/include/__memory/unique_ptr.h
R libcxx/include/__type_traits/add_lvalue_reference.h
A libcxx/include/__type_traits/add_reference.h
R libcxx/include/__type_traits/add_rvalue_reference.h
M libcxx/include/__type_traits/copy_cvref.h
M libcxx/include/__type_traits/is_assignable.h
M libcxx/include/__type_traits/is_bounded_array.h
M libcxx/include/__type_traits/is_constructible.h
M libcxx/include/__type_traits/is_nothrow_assignable.h
M libcxx/include/__type_traits/is_nothrow_constructible.h
M libcxx/include/__type_traits/is_swappable.h
M libcxx/include/__type_traits/is_trivially_assignable.h
M libcxx/include/__type_traits/is_trivially_constructible.h
M libcxx/include/experimental/memory
M libcxx/include/future
M libcxx/include/module.modulemap.in
M libcxx/include/type_traits
Log Message:
-----------
[libc++][NFC] Merge add_{r,l}value_reference.h (#147022)
The implementation is now quite simple, so it doesn't make a ton of
sense to have these in separate headers.
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