llvm-project/libcxx/test/std/numerics/bit
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
..
bit.cast [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
bit.endian [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
bit.pow.two [libc++] [LWG3656] Update the return type of std::bit_width. 2022-03-04 17:31:09 -05:00
bitops.count [libc++][nfc] Add TEST_HAS_NO_CHAR8_T. 2022-02-11 17:37:05 +01:00
bitops.rot [libc++][nfc] Add TEST_HAS_NO_CHAR8_T. 2022-02-11 17:37:05 +01:00
byteswap.pass.cpp [libc++][nfc] Add TEST_HAS_NO_INT128. 2022-01-27 17:31:27 +01:00