darling-libcxx/test
Eric Fiselier 053859ffc6 Flatten the tuple_element and __make_tuple_types implementations.
This patch attempts to improve the QoI of std::tuples tuple_element and
__make_tuple_types helpers. Previously they required O(N) instantiations,
one for every element in the tuple

The new implementations are O(1) after __tuple_indices<Id...> is created.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@274330 91177308-0d34-0410-b5e6-96231b3b80d8
2016-07-01 03:54:54 +00:00
..
libcxx Fix C++03 build 2016-06-26 23:18:23 +00:00
std Flatten the tuple_element and __make_tuple_types implementations. 2016-07-01 03:54:54 +00:00
support Fix UB in uses_alloc_types.hpp 2016-06-27 01:52:14 +00:00
CMakeLists.txt Add Filesystem TS -- Complete 2016-06-17 19:46:40 +00:00
lit.cfg [libcxx] Allow use of ShTest in libc++ tests along with other changes. 2015-01-22 18:05:58 +00:00
lit.site.cfg.in Add Filesystem TS -- Complete 2016-06-17 19:46:40 +00:00
nothing_to_do.pass.cpp Test commit: Reverting whitespace changes 2014-07-17 05:10:03 +00:00
testit Add 'nostdinc++' to the flags used by testit. Makes the tests run better on Mac OS X with the new depr.c headers change 2015-11-01 21:14:22 +00:00
ubsan_blacklist.txt Add UBSan blacklist for <__tree> and <__hash_table> 2016-06-19 02:25:22 +00:00