llvm-project/libcxx/test/std/strings/string.view
Joe Loser d2baefae68
[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.
All supported compilers that support C++20 now support concepts. So, remove
`_LIB_LIBCPP_HAS_NO_CONCEPTS` in favor of `_LIBCPP_STD_VER > 17`. Similarly in
the tests, remove `// UNSUPPORTED: libcpp-no-concepts`.

Differential Revision: https://reviews.llvm.org/D121528
2022-03-13 12:32:06 -04:00
..
string.view.access [libc++][NFC] Fix minor errors and inconsistencies in the test suite 2021-08-20 12:14:24 -04:00
string.view.capacity [libc++] Fix the return value of max_size() 2021-12-06 13:53:25 -05:00
string.view.comparison [libc++] [test] Refactor string_view comparison tests for comprehensiveness. 2021-12-01 15:04:33 -05:00
string.view.cons [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
string.view.deduct [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
string.view.find [libc++][NFC] Fix minor errors and inconsistencies in the test suite 2021-08-20 12:14:24 -04:00
string.view.hash [libc++][nfc] Add TEST_HAS_NO_UNICODE_CHARS. 2022-02-03 08:02:25 +01:00
string.view.io [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
string.view.iterators [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
string.view.modifiers [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
string.view.nonmem [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
string.view.ops [libc++] Add GCC workaround in std::char_traits<char>::length() 2021-12-16 14:27:51 +01:00
string.view.synop [libc++][NFC] Fix minor errors and inconsistencies in the test suite 2021-08-20 12:14:24 -04:00
string.view.template [libc++][NFC] Fix minor errors and inconsistencies in the test suite 2021-08-20 12:14:24 -04:00
string_view.literals [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
char.bad.fail.cpp
enable_borrowed_range.compile.pass.cpp [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
range_concept_conformance.compile.pass.cpp [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
traits_mismatch.compile.fail.cpp [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup 2020-04-15 10:53:37 -04:00
trivially_copyable.compile.pass.cpp [libc++][nfc] Add TEST_HAS_NO_CHAR8_T. 2022-02-11 17:37:05 +01:00
types.pass.cpp