[all-commits] [llvm/llvm-project] 66ba7c: [libc++] Granularize <type_traits> includes in <co...
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Dec 20 12:37:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66ba7c32add07204dd0b8a7e0c14b44f0d3b850d
https://github.com/llvm/llvm-project/commit/66ba7c32add07204dd0b8a7e0c14b44f0d3b850d
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M libcxx/include/__concepts/arithmetic.h
M libcxx/include/__concepts/assignable.h
M libcxx/include/__concepts/class_or_enum.h
M libcxx/include/__concepts/common_reference_with.h
M libcxx/include/__concepts/common_with.h
M libcxx/include/__concepts/constructible.h
M libcxx/include/__concepts/convertible_to.h
M libcxx/include/__concepts/derived_from.h
M libcxx/include/__concepts/destructible.h
M libcxx/include/__concepts/different_from.h
M libcxx/include/__concepts/equality_comparable.h
M libcxx/include/__concepts/invocable.h
M libcxx/include/__concepts/movable.h
M libcxx/include/__concepts/predicate.h
M libcxx/include/__concepts/same_as.h
M libcxx/include/__concepts/swappable.h
M libcxx/include/__concepts/totally_ordered.h
M libcxx/include/__type_traits/is_nothrow_constructible.h
M libcxx/include/__type_traits/is_signed.h
M libcxx/include/__type_traits/remove_cvref.h
M libcxx/include/__utility/swap.h
M libcxx/include/concepts
M libcxx/include/module.modulemap.in
M libcxx/include/sstream
M libcxx/test/libcxx/ranges/range.utility.helpers/different_from.compile.pass.cpp
Log Message:
-----------
[libc++] Granularize <type_traits> includes in <concepts>
Reviewed By: ldionne, Mordante, #libc
Spies: jloser, libcxx-commits
Differential Revision: https://reviews.llvm.org/D139189
More information about the All-commits
mailing list