[all-commits] [llvm/llvm-project] eebc1f: [libc++] Granularize parts of <type_traits>

philnik777 via All-commits all-commits at lists.llvm.org
Mon May 23 11:44:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eebc1fb772c56df9958fb916b41ff3c329fae145
      https://github.com/llvm/llvm-project/commit/eebc1fb772c56df9958fb916b41ff3c329fae145
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-05-23 (Mon, 23 May 2022)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__type_traits/add_pointer.h
    A libcxx/include/__type_traits/conditional.h
    A libcxx/include/__type_traits/decay.h
    A libcxx/include/__type_traits/enable_if.h
    A libcxx/include/__type_traits/is_array.h
    A libcxx/include/__type_traits/is_base_of.h
    A libcxx/include/__type_traits/is_const.h
    A libcxx/include/__type_traits/is_convertible.h
    A libcxx/include/__type_traits/is_floating_point.h
    A libcxx/include/__type_traits/is_function.h
    A libcxx/include/__type_traits/is_integral.h
    A libcxx/include/__type_traits/is_member_function_pointer.h
    A libcxx/include/__type_traits/is_member_object_pointer.h
    A libcxx/include/__type_traits/is_null_pointer.h
    A libcxx/include/__type_traits/is_reference.h
    A libcxx/include/__type_traits/is_reference_wrapper.h
    A libcxx/include/__type_traits/is_referenceable.h
    A libcxx/include/__type_traits/is_same.h
    A libcxx/include/__type_traits/is_void.h
    A libcxx/include/__type_traits/is_volatile.h
    A libcxx/include/__type_traits/remove_const.h
    A libcxx/include/__type_traits/remove_cv.h
    A libcxx/include/__type_traits/remove_extent.h
    A libcxx/include/__type_traits/remove_reference.h
    A libcxx/include/__type_traits/remove_volatile.h
    M libcxx/include/cstddef
    M libcxx/include/module.modulemap
    M libcxx/include/type_traits
    M libcxx/test/libcxx/private_headers.verify.cpp

  Log Message:
  -----------
  [libc++] Granularize parts of <type_traits>

`<type_traits>` is quite a large header, so I'll granularize it in a few steps.

Reviewed By: ldionne, #libc

Spies: libcxx-commits, mgorny

Differential Revision: https://reviews.llvm.org/D124755




More information about the All-commits mailing list