llvm-project/libcxx/test/std/utilities/optional
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
..
optional.bad_optional_access [runtimes] Simplify how we specify XFAIL & friends based on the triple 2021-07-01 14:03:30 -04:00
optional.comp_with_t [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
optional.hash [libc++][test] Replace a TEST_NOEXCEPT_FALSE with noexcept(false). NFC. 2021-10-10 14:46:35 -04:00
optional.monadic [libc++] Allow backdeployment CI to run on newer macOS 2022-02-15 11:34:22 -05:00
optional.nullops [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
optional.nullopt [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
optional.object [libc++] Granularize <utility> includes 2022-03-05 19:31:46 +01:00
optional.relops [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
optional.specalg [libc++] [test] Remove `using std::{make_,}optional` from the optional tests. 2022-02-16 10:59:43 -05:00
optional.syn [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
iterator_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