llvm-project/libcxx/test/std
Arthur O'Dwyer 969359e3b8 [libc++] [compare] Named comparison functions, is_eq etc.
Some of these were previously half-implemented in "ordering.h";
now they're all implemented, and tested.
Note that `constexpr` functions are implicitly `inline`, so the
standard wording omits `inline` on these; but Louis and I agree
that that's surprising and it's better to be explicit about it.

Differential Revision: https://reviews.llvm.org/D110515
2021-09-29 16:03:48 -04:00
..
algorithms [libc++] Remove test-suite annotations for unsupported Clang versions 2021-08-20 15:05:13 -04:00
atomics [libc++][NFC] Remove #endif comments for really small conditionals on _LIBCPP_HAS_NO_UNICODE_CHARS 2021-09-09 11:25:10 -04:00
concepts [libc++] Disallow volatile types in std::allocator 2021-09-22 11:47:38 -04:00
containers [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
depr [libc++] Remove support for CloudABI, which has been abandoned 2021-08-24 14:11:32 -04:00
diagnostics [runtimes] Simplify how we specify XFAIL & friends based on the triple 2021-07-01 14:03:30 -04:00
experimental [libcxx][nfc] Fix the ASAN bots: update expected.pass.cpp. 2021-05-26 14:06:25 -07:00
input.output [libc++] Clarify the name of Lit features related to standard library selection 2021-09-28 16:15:25 -04:00
iterators [libc++] Move libc++ specific tests to `libcxx/test/libcxx` 2021-09-29 13:13:05 -04:00
language.support [libc++] [compare] Named comparison functions, is_eq etc. 2021-09-29 16:03:48 -04:00
localization [libc++] Add missing short wchar handling for codecvt_utf8, codecvt_utf16 and codecvt_utf8_utf16 2021-09-09 16:20:36 -04:00
namespace [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
numerics [libc++] Implement C++20's P0476R2: std::bit_cast 2021-09-09 11:05:54 -04:00
ranges [libc++] Move libc++ specific tests to `libcxx/test/libcxx` 2021-09-29 13:13:05 -04:00
re [libc++][NFC] Remove uses of 'using namespace std;' in the test suite 2021-09-03 13:15:10 -04:00
strings [libc++] Clarify the name of Lit features related to standard library selection 2021-09-28 16:15:25 -04:00
thread [libc++] Clarify the name of Lit features related to standard library selection 2021-09-28 16:15:25 -04:00
utilities [libc++] Clarify the name of Lit features related to standard library selection 2021-09-28 16:15:25 -04:00
pstl [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00