llvm-project/libcxx/test/std
Eric Fiselier 45d048c204 [libc++] Add C++20 contiguous_iterator_tag.
This work is part of an ongoing effort to allow libc++ to
optimize user provided contiguous iterators.
2019-11-16 20:14:44 -05:00
..
algorithms [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is_constant_evaluated. 2019-11-07 12:39:10 +00:00
atomics [libcxx] [test] Add void cast to result of compare_exchange_weak to suppress [[nodiscard]]. 2019-07-01 08:09:02 +00:00
containers [libc++][P1872] span should have size_type, not index_type. 2019-11-14 09:07:05 -05:00
depr AIX system headers need stdint.h and inttypes.h to be re-enterable 2019-06-20 15:36:32 +00:00
diagnostics [libc++][NFC] Remove excess trailing newlines from most files 2019-10-23 08:08:57 -07:00
experimental [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
input.output [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
iterators [libc++] Add C++20 contiguous_iterator_tag. 2019-11-16 20:14:44 -05:00
language.support [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian. 2019-11-14 08:55:19 -05:00
localization libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
numerics [libc++] Fix potential OOB in poisson_distribution 2019-11-07 13:29:40 +00:00
re Add a missing default parameter to regex::assign. This is LWG3296; reviewed as https://reviews.llvm.org/D67944 2019-09-25 16:40:30 +00:00
strings [libc++][P0980] Marked member functions move/copy/assign of char_traits constexpr. 2019-11-11 09:49:48 -08:00
thread [libc++] Take 2: Implement LWG 2510 2019-09-26 14:51:10 +00:00
utilities [libc++] [chrono] Fix year_month_weekday::ok() implementation. 2019-11-15 18:48:45 +01:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
pstl [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00