llvm-project/libcxx/test/support
Marek Kurdej 044b892c79 [libc++] Use c++20 instead of c++2a consistently.
* The only exception is that the flag -std=c++2a is still used not to break compatibility with older compilers (clang <= 9, gcc <= 9).
* Bump _LIBCPP_STD_VER for C++20 to 20 and use 21 for the future standard (C++2b).

That's a preparation step to add c++2b support to libc++.

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D93383
2021-01-07 13:11:33 +01:00
..
test.support [libc++] Rename the -fno-rtti Lit feature to just no-rtti 2020-09-29 16:29:44 -04:00
test.workarounds [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
Counter.h
DefaultOnly.h
MoveOnly.h [libcxx] Fix C++14 and up constexpr members in MoveOnly. 2020-05-25 11:38:24 -07:00
allocators.h
any_helpers.h [libc++][test] Portability fix for std::any tests 2019-10-14 19:05:04 +00:00
archetypes.h [libc++][test] Add license headers to test/support/archetypes.* 2019-10-14 18:00:34 +00:00
archetypes.ipp [libc++][test] Add license headers to test/support/archetypes.* 2019-10-14 18:00:34 +00:00
asan_testing.h
charconv_test_helpers.h [libcxx] [test] Fix valarray UB and MSVC warnings. 2019-12-12 18:35:27 -08:00
cmpxchg_loop.h Update atomic feature macros, synopsis, signatures to match C++20. Improve test coverage for non-lock-free atomics. 2020-09-09 10:00:09 -07:00
constexpr_char_traits.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
container_debug_tests.h [libc++] Remove signal-based checkpoints in libc++ tests 2020-10-14 10:38:32 -04:00
container_test_types.h [libc++] s/insertible/insertable/g. NFCI. 2020-12-14 09:54:58 -05:00
controlled_allocators.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
coroutine_types.h [libcxx tests] Clang is more strict now about coroutines 2020-06-23 06:51:35 -04:00
count_new.h [libcxx] [test] Suppress MSVC++ warning 4640 under /Zc:threadSafeInit- 2020-02-22 06:57:37 -08:00
counting_predicates.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
debug_mode_helper.h [libc++] NFC: Fix several GCC warnings in the test suite 2020-10-30 12:48:05 -04:00
deleter_types.h
disable_missing_braces_warning.h
emplace_constructible.h [libc++] Make some testing utilities constexpr 2020-09-02 10:05:44 -04:00
experimental_any_helpers.h [libc++] Fix failures when running the test suite without RTTI 2020-09-21 20:17:24 -04:00
external_threads.cpp
filesystem_include.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
filesystem_test_helper.h [libcxx] Implement c++2a char8_t input/output of std::filesystem::path 2020-12-04 11:37:05 +02:00
format_string.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
fp_compare.h Implement midpoint for floating point types. Reviewed as https://reviews.llvm.org/D61014. 2019-04-25 12:11:43 +00:00
hexfloat.h
is_transparent.h [libc++] Implement P0919R3: heterogenous lookup for unordered containers 2020-11-11 17:44:42 -05:00
make_test_thread.h [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
min_allocator.h [libc++] Make some testing utilities constexpr 2020-09-02 10:05:44 -04:00
msvc_stdlib_force_include.h [libcxx] [test] Avoid conflicting definitions of _CRT_SECURE_NO_WARNINGS 2020-10-20 19:44:21 +03:00
nasty_containers.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
nasty_macros.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
parse_integer.h [libc++] Get rid of iostreams in the to_string tests 2020-10-27 13:36:13 -04:00
platform_support.h [libcxx] Use runtime rather then compile-time glibc version check 2020-10-07 17:59:16 -07:00
poisoned_hash_helper.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
private_constructor.h [libc++] Remove unnecessary usage of <iostream> in the test suite 2020-10-02 13:00:34 -04:00
propagate_const_helpers.h [libc++][NFC] Remove excess trailing newlines from most files 2019-10-23 08:08:57 -07:00
rapid-cxx-test.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
set_windows_crt_report_mode.h
template_cost_testing.h add header to help with template testing 2019-06-15 21:16:57 +00:00
test_allocator.h
test_comparisons.h
test_convertible.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
test_iterators.h [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr 2019-11-06 12:02:41 +00:00
test_macros.h [libc++] Use c++20 instead of c++2a consistently. 2021-01-07 13:11:33 +01:00
test_memory_resource.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
test_transparent_unordered.h [libc++] Implement P0919R3: heterogenous lookup for unordered containers 2020-11-11 17:44:42 -05:00
test_workarounds.h [libcxx][test] MSVC's __is_trivially_copyable is fixed in VS 16.7 2020-06-10 13:55:33 -07:00
tracked_value.h
truncate_fp.h
type_id.h [libc++][test] MSVC has no __PRETTY_FUNCTION__ 2020-10-19 17:20:47 -07:00
unique_ptr_test_helper.h [libc++] NFC: Fix several GCC warnings in the test suite 2020-10-30 12:48:05 -04:00
user_defined_integral.h [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr 2019-11-06 12:02:41 +00:00
uses_alloc_types.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
variant_test_helpers.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00