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

Add more C++ builtins #297

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

i-garrison
Copy link
Contributor

Add

    __has_unique_object_representations
    __is_aggregate
    __is_assignable
    __is_nothrow_assignable
    __is_nothrow_constructible

@github-actions
Copy link

github-actions bot commented Feb 23, 2023

Test Results

   540 files     540 suites   18m 4s ⏱️
9 652 tests 9 630 ✔️ 22 💤 0
9 674 runs  9 652 ✔️ 22 💤 0

Results for commit 774f91a.

♻️ This comment has been updated with latest results.

Add __has_unique_object_representations
    __is_aggregate
    __is_assignable
    __is_nothrow_assignable
    __is_nothrow_constructible
@i-garrison i-garrison force-pushed the pr/c++-add-more-builtins branch from 027c48b to 774f91a Compare February 23, 2023 14:26
@jonahgraham jonahgraham added the language C/C++ Language Support label Feb 23, 2023
@jonahgraham jonahgraham added this to the 11.1.0 milestone Feb 23, 2023
@jonahgraham jonahgraham merged commit 8f2342e into eclipse-cdt:main Feb 23, 2023
@jonahgraham
Copy link
Member

Thanks @i-garrison for the improvement.

@i-garrison i-garrison deleted the pr/c++-add-more-builtins branch February 23, 2023 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language C/C++ Language Support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants