[libcxx-commits] [PATCH] D131732: [libcxx][NFC] utilises compiler builtins for unary transform type-traits
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 14 10:34:04 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG06a1d917ef1f: [libcxx][NFC] utilises compiler builtins for unary transform type-traits (authored by cjdb).
Changed prior to commit:
https://reviews.llvm.org/D131732?vs=452288&id=452540#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131732/new/
https://reviews.llvm.org/D131732
Files:
libcxx/include/__type_traits/add_lvalue_reference.h
libcxx/include/__type_traits/add_pointer.h
libcxx/include/__type_traits/add_rvalue_reference.h
libcxx/include/__type_traits/decay.h
libcxx/include/__type_traits/is_referenceable.h
libcxx/include/__type_traits/is_swappable.h
libcxx/include/__type_traits/make_signed.h
libcxx/include/__type_traits/make_unsigned.h
libcxx/include/__type_traits/remove_all_extents.h
libcxx/include/__type_traits/remove_const.h
libcxx/include/__type_traits/remove_cv.h
libcxx/include/__type_traits/remove_cvref.h
libcxx/include/__type_traits/remove_extent.h
libcxx/include/__type_traits/remove_pointer.h
libcxx/include/__type_traits/remove_reference.h
libcxx/include/__type_traits/remove_volatile.h
libcxx/test/libcxx/utilities/meta/is_referenceable.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131732.452540.patch
Type: text/x-patch
Size: 37534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220814/27c92406/attachment-0001.bin>
More information about the libcxx-commits
mailing list