aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__type_traits/is_trivial.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-19[libc++][NFC] Apply clang-format on large parts of the code baseLouis Dionne1-3/+2
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-1/+1
2022-08-27[libc++] Simplify type_traits a bit moreNikolas Klauser1-6/+1
2022-07-06[libc++] Prefer __has_builtin for detecting compiler-provided type_traitsNikolas Klauser1-1/+1
2022-06-10[libc++] Granularize even more of type_traitsNikolas Klauser1-0/+37