[all-commits] [llvm/llvm-project] 7227ec: [libc++][NFC] Remove uses of add_{const, cv, volatil...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Wed Mar 20 03:24:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7227ec98ad9a5e8e973d0c831e6f8bc0f7029f9f
https://github.com/llvm/llvm-project/commit/7227ec98ad9a5e8e973d0c831e6f8bc0f7029f9f
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-03-20 (Wed, 20 Mar 2024)
Changed paths:
M libcxx/include/__iterator/iterator_traits.h
M libcxx/include/__iterator/ranges_iterator_traits.h
M libcxx/include/__tuple/tuple_element.h
M libcxx/include/__type_traits/copy_cv.h
M libcxx/include/__type_traits/is_assignable.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_trivially_assignable.h
Log Message:
-----------
[libc++][NFC] Remove uses of add_{const,cv,volatile} (#85635)
These traits can be expressed without having to instantiate any classes,
reducing compile times slightly.
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