[libcxx-commits] [PATCH] D126593: [libc++] Granularize even more of type_traits

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 10 01:49:08 PDT 2022


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

- Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126593

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__functional/invoke.h
  libcxx/include/__functional/weak_result_type.h
  libcxx/include/__type_traits/alignment_of.h
  libcxx/include/__type_traits/apply_cv.h
  libcxx/include/__type_traits/has_unique_object_representation.h
  libcxx/include/__type_traits/has_virtual_destructor.h
  libcxx/include/__type_traits/is_assignable.h
  libcxx/include/__type_traits/is_constant_evaluated.h
  libcxx/include/__type_traits/is_copy_assignable.h
  libcxx/include/__type_traits/is_core_convertible.h
  libcxx/include/__type_traits/is_literal_type.h
  libcxx/include/__type_traits/is_move_assignable.h
  libcxx/include/__type_traits/is_pod.h
  libcxx/include/__type_traits/is_polymorphic.h
  libcxx/include/__type_traits/is_scoped_enum.h
  libcxx/include/__type_traits/is_standard_layout.h
  libcxx/include/__type_traits/is_trivial.h
  libcxx/include/__type_traits/is_trivially_copyable.h
  libcxx/include/__type_traits/underlying_type.h
  libcxx/include/__utility/forward.h
  libcxx/include/module.modulemap.in
  libcxx/include/type_traits
  libcxx/include/utility
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/underlying_type.fail.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126593.435836.patch
Type: text/x-patch
Size: 112344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220610/f2d755a1/attachment-0001.bin>


More information about the libcxx-commits mailing list