aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__type_traits/is_swappable.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-2/+2
2023-09-01[libc++][NFC] Update the remaining enable_ifsNikolas Klauser1-1/+1
2023-08-15[libc++][NFC] Refactor return type enable_ifs to defaulted template argumentsNikolas Klauser1-4/+3
2023-06-19[libc++][NFC] Apply clang-format on large parts of the code baseLouis Dionne1-65/+35
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-2/+2
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser1-3/+3
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser1-4/+4
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-4/+4
2022-08-22[libcxx][NFC] utilises compiler builtins for unary transform type-traitsChristopher Di Bella1-2/+2
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser1-2/+2
2022-08-14Revert "[clang] adds unary type transformations as compiler built-ins"Nico Weber1-2/+2
2022-08-14[libcxx][NFC] utilises compiler builtins for unary transform type-traitsChristopher Di Bella1-2/+2
2022-08-14[libc++] Granularize the rest of type_traitsNikolas Klauser1-0/+165