Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc] Add is_object #65749

Merged
merged 3 commits into from
Sep 12, 2023
Merged

[libc] Add is_object #65749

merged 3 commits into from
Sep 12, 2023

Conversation

gchatelet
Copy link
Contributor

Add the is_object type traits.
Implementation comes from https://en.cppreference.com/w/cpp/types/is_object

Copy link
Contributor

@lntue lntue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you also need to add this new header to CMakeLists.txt somewhere?

@gchatelet
Copy link
Contributor Author

@legrosbuffle I've added a test, do you want to take another look?

@gchatelet gchatelet merged commit 7329816 into llvm:main Sep 12, 2023
1 of 2 checks passed
@gchatelet gchatelet deleted the is_object branch September 13, 2023 12:09
ZijunZhaoCCK pushed a commit to ZijunZhaoCCK/llvm-project that referenced this pull request Sep 19, 2023
Add the is_object type traits.
Implementation comes from
https://en.cppreference.com/w/cpp/types/is_object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants