forked from OSchip/llvm-project
![]() We currently call a lot of functions with the same list of types. To avoid forgetting any of them, this patch adds type_lists and utilities for it. Specifically, it adds - `type_list` - This is just a list of types - `concatenate` - This allows concatenating type_lists - `for_each` - Iterate over a type_list Reviewed By: ldionne, #libc Spies: jloser, EricWF, libcxx-commits Differential Revision: https://reviews.llvm.org/D137476 |
||
---|---|---|
.. | ||
make_string_header.pass.cpp | ||
test_check_assertion.pass.cpp | ||
test_convertible_header.pass.cpp | ||
test_macros_header.exceptions.pass.cpp | ||
test_macros_header.no_exceptions.verify.cpp | ||
test_macros_header.no_rtti.verify.cpp | ||
test_macros_header.rtti.pass.cpp | ||
test_poisoned_hash_helper.pass.cpp | ||
test_proxy.pass.cpp | ||
type_algorithms.pass.cpp |