llvm-project/libcxx/test/std/language.support
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
..
cmp [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -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 [libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses. 2022-02-15 10:39:41 -05:00
support.dynamic [libcxx][test] Narrow XFAIL for tests that pass with `msvc && stdlib=msvc` 2022-01-26 12:17:45 -08:00
support.exception [libc++] [test] Qualify calls to std::rethrow_exception. NFC. 2022-02-16 11:03:34 -05:00
support.general
support.initlist [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
support.limits [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04: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++][NFC] Fix placement of some XFAILs 2022-01-13 15:28:41 -05:00
support.start.term [libc++] Fix XFAIL annotation 2021-08-20 10:18:40 -04:00
support.types [libc++] Add tests for the content of <cstddef> 2022-03-10 15:54:15 -05:00