aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__type_traits/is_pointer.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-19[libc++][NFC] Apply clang-format on large parts of the code baseLouis Dionne1-12/+20
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-2/+2
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-26[libc++] Simplify type_traits and use more builtinsNikolas Klauser1-3/+1
2022-06-25Revert "[libc++] Simplify type_traits and use more builtins"Manoj Gupta1-1/+3
2022-06-10[libc++] Simplify type_traits and use more builtinsNikolas Klauser1-3/+1
2022-05-28[libc++] Granularize more of <type_traits>Nikolas Klauser1-0/+59