[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 `_LIBC
[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 inthe tests, remove `// UNSUPPORTED: libcpp-no-concepts`.Differential Revision: https://reviews.llvm.org/D121528
show more ...
[libc++] Remove U+00AD SOFT HYPHEN from comments in tests. NFC. git grep $(printf '\xc2\xad') ../libcxx
[libc++][ranges] Add indirectly_comparable conceptAdd `indirectly_comparable` conceptReviewed By: Quuxplusone, Mordante, #libcSpies: mgorny, libcxx-commitsDifferential Revision: https://revie
[libc++][ranges] Add indirectly_comparable conceptAdd `indirectly_comparable` conceptReviewed By: Quuxplusone, Mordante, #libcSpies: mgorny, libcxx-commitsDifferential Revision: https://reviews.llvm.org/D116268
[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteSince we officially don't support several older compilers now, we candrop a lot of the markup in the test suite. Thi
[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteSince we officially don't support several older compilers now, we candrop a lot of the markup in the test suite. This helps keep the testsuite simple and makes sure that UNSUPPORTED annotations don't rot.This is the first patch of a series that will remove annotations forcompilers that are now unsupported.Differential Revision: https://reviews.llvm.org/D107787
[libc++] Add all indirect callable concepts and projectedDifferential Revision: https://reviews.llvm.org/D101277