[libcxx-commits] [PATCH] D129094: [libc++] Simplify type_traits a bit more

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 4 13:21:33 PDT 2022


philnik updated this revision to Diff 442139.
philnik added a comment.

Poke CI


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129094/new/

https://reviews.llvm.org/D129094

Files:
  libcxx/include/__type_traits/alignment_of.h
  libcxx/include/__type_traits/apply_cv.h
  libcxx/include/__type_traits/decay.h
  libcxx/include/__type_traits/disjunction.h
  libcxx/include/__type_traits/extent.h
  libcxx/include/__type_traits/has_virtual_destructor.h
  libcxx/include/__type_traits/is_array.h
  libcxx/include/__type_traits/is_assignable.h
  libcxx/include/__type_traits/is_class.h
  libcxx/include/__type_traits/is_compound.h
  libcxx/include/__type_traits/is_const.h
  libcxx/include/__type_traits/is_constructible.h
  libcxx/include/__type_traits/is_convertible.h
  libcxx/include/__type_traits/is_copy_assignable.h
  libcxx/include/__type_traits/is_copy_constructible.h
  libcxx/include/__type_traits/is_default_constructible.h
  libcxx/include/__type_traits/is_destructible.h
  libcxx/include/__type_traits/is_enum.h
  libcxx/include/__type_traits/is_function.h
  libcxx/include/__type_traits/is_fundamental.h
  libcxx/include/__type_traits/is_integral.h
  libcxx/include/__type_traits/is_literal_type.h
  libcxx/include/__type_traits/is_member_function_pointer.h
  libcxx/include/__type_traits/is_member_object_pointer.h
  libcxx/include/__type_traits/is_member_pointer.h
  libcxx/include/__type_traits/is_move_assignable.h
  libcxx/include/__type_traits/is_move_constructible.h
  libcxx/include/__type_traits/is_nothrow_assignable.h
  libcxx/include/__type_traits/is_nothrow_constructible.h
  libcxx/include/__type_traits/is_nothrow_copy_assignable.h
  libcxx/include/__type_traits/is_nothrow_copy_constructible.h
  libcxx/include/__type_traits/is_nothrow_default_constructible.h
  libcxx/include/__type_traits/is_nothrow_destructible.h
  libcxx/include/__type_traits/is_nothrow_move_assignable.h
  libcxx/include/__type_traits/is_nothrow_move_constructible.h
  libcxx/include/__type_traits/is_object.h
  libcxx/include/__type_traits/is_pod.h
  libcxx/include/__type_traits/is_pointer.h
  libcxx/include/__type_traits/is_reference.h
  libcxx/include/__type_traits/is_scalar.h
  libcxx/include/__type_traits/is_signed.h
  libcxx/include/__type_traits/is_standard_layout.h
  libcxx/include/__type_traits/is_trivial.h
  libcxx/include/__type_traits/is_trivially_assignable.h
  libcxx/include/__type_traits/is_trivially_constructible.h
  libcxx/include/__type_traits/is_trivially_copy_assignable.h
  libcxx/include/__type_traits/is_trivially_copy_constructible.h
  libcxx/include/__type_traits/is_trivially_copyable.h
  libcxx/include/__type_traits/is_trivially_default_constructible.h
  libcxx/include/__type_traits/is_trivially_destructible.h
  libcxx/include/__type_traits/is_trivially_move_assignable.h
  libcxx/include/__type_traits/is_trivially_move_constructible.h
  libcxx/include/__type_traits/is_union.h
  libcxx/include/__type_traits/is_unsigned.h
  libcxx/include/__type_traits/is_void.h
  libcxx/include/__type_traits/is_volatile.h
  libcxx/include/__type_traits/negation.h
  libcxx/include/__type_traits/rank.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129094.442139.patch
Type: text/x-patch
Size: 52072 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220704/059a3fc3/attachment-0001.bin>


More information about the libcxx-commits mailing list