llvm-project/libcxx/test/std/language.support
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
..
cmp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
cstdint/cstdint.syn [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
support.coroutines [libcxx] [Coroutine] Conform Coroutine Implementation 2021-11-16 14:13:13 +08:00
support.dynamic [libc++][CI] Add AIX pipeline config 2021-11-08 10:30:27 -05:00
support.exception [libcxx] [test] Change LIBCXX-WINDOWS-FIXME into XFAIL: msvc for cases that succeed in mingw configurations 2021-10-29 09:32:37 +03:00
support.general
support.initlist [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
support.limits [libc++] Fix feature test macro for __cpp_lib_to_chars 2021-11-19 14:26:34 -05:00
support.rtti [libc++] Rename the -fno-rtti Lit feature to just no-rtti 2020-09-29 16:29:44 -04:00
support.runtime [libc++][CI] Add AIX pipeline config 2021-11-08 10:30:27 -05:00
support.start.term [libc++] Fix XFAIL annotation 2021-08-20 10:18:40 -04:00
support.types [libc++] Tidy-up instances of __STDCPP_DEFAULT_NEW_ALIGNMENT__ in the tests 2021-07-19 19:37:07 -04:00