aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__type_traits/is_destructible.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-19[libc++][NFC] Apply clang-format on large parts of the code baseLouis Dionne1-24/+19
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-1/+1
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-1/+1
2022-07-06[libc++] Prefer __has_builtin for detecting compiler-provided type_traitsNikolas Klauser1-3/+3
2022-06-13[libc++] Granularize some more of <type_traits>Nikolas Klauser1-0/+102