llvm-project/libcxx/test/std/strings/string.view/string.view.cons
Joe Loser eb1ceb17ae [libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI.
Many tests in `libcxx/test/std/strings` use
`#if defined(__cpp_lib_char8_t) && __cpp_lib_char8_t >= 201811L`
which can be replaced with the more terse `#ifndef TEST_HAS_NO_CHAR8_T`.

Differential Revision: https://reviews.llvm.org/D132626
2022-08-25 21:09:10 -06:00
..
assign.pass.cpp [libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI. 2022-08-25 21:09:10 -06:00
default.pass.cpp [libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI. 2022-08-25 21:09:10 -06:00
from_iterator_sentinel.pass.cpp [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
from_literal.pass.cpp [libc++][test] Skip string_view tests for other vendors on older modes 2022-06-03 13:51:49 -06:00
from_ptr_len.pass.cpp [libc++][test] Skip string_view tests for other vendors on older modes 2022-06-03 13:51:49 -06:00
from_range.pass.cpp [libc++] Make <ranges> non-experimental 2022-08-18 16:59:58 -04:00
from_string.pass.cpp [libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI. 2022-08-25 21:09:10 -06:00
from_string1.compile.fail.cpp [libc++][test] Skip string_view tests for other vendors on older modes 2022-06-03 13:51:49 -06:00
from_string2.compile.fail.cpp [libc++][test] Skip string_view tests for other vendors on older modes 2022-06-03 13:51:49 -06:00
implicit_deduction_guides.pass.cpp [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
nullptr.compile.pass.cpp [libc++] [c++2b] [P2166] Prohibit string and string_view construction from nullptr. 2021-07-27 16:20:21 +02:00