[all-commits] [llvm/llvm-project] 732981: [libc] Add is_object (#65749)
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Sep 12 01:35:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7329816285fde9d98f3bde89855dfaf6a32adb73
https://github.com/llvm/llvm-project/commit/7329816285fde9d98f3bde89855dfaf6a32adb73
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M libc/src/__support/CPP/CMakeLists.txt
M libc/src/__support/CPP/type_traits.h
A libc/src/__support/CPP/type_traits/is_object.h
M libc/test/src/__support/CPP/type_traits_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] Add is_object (#65749)
Add the is_object type traits.
Implementation comes from
https://en.cppreference.com/w/cpp/types/is_object
More information about the All-commits
mailing list