llvm-project/libcxx/test
Louis Dionne e0f58444e1 [libc++] Fix feature test macro for __cpp_lib_to_chars
We would have been defining it in <utility> instead of <charconv>. For
the time being, this doesn't change anything since we don't implement
the feature test macro anyways.

Also, as a fly-by, this removes obsolete feature test macro tests. There
was a brief time back in the days when we wrote feature test macro tests
manually. In particular, we had test files for __cpp_lib_to_chars and
__cpp_lib_memory_resource. Since we now have a principled way of generating
these tests with scripts, this commit removes the obsolete (and empty)
tests for these two feature test macros.

Differential Revision: https://reviews.llvm.org/D114243
2021-11-19 14:26:34 -05:00
..
configs [libc++][CI] Add AIX pipeline config 2021-11-08 10:30:27 -05:00
libcxx [libc++] Fix some tests that were broken in the single-threaded configuration 2021-11-19 14:24:15 -05:00
std [libc++] Fix feature test macro for __cpp_lib_to_chars 2021-11-19 14:26:34 -05:00
support [SystemZ][z/OS] Fix filesystem testing 2021-11-18 15:57:50 -05:00
CMakeLists.txt [libc++] Simplify writing testing config files 2021-10-06 15:51:02 -04:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00