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

impl. new LibClang 16.0.0 functions #55

Closed
wants to merge 1 commit into from
Closed

impl. new LibClang 16.0.0 functions #55

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 4, 2023

LibClang 16.0.0 introduces

  • clang_CXXMethod_isDeleted
  • clang_CXXMethod_isCopyAssignmentOperator
  • clang_CXXMethod_isMoveAssignmentOperator
  • clang_getUnqualifiedType
  • clang_getNonReferenceType

This PR implements support for these functions in clang-rs under a new feature clang_16_0 and updates the unit tests accordingly.

TO-DO

  • add unit test for clang_getNonReferenceType

@ptrstr ptrstr mentioned this pull request Dec 13, 2023
@ghost ghost closed this by deleting the head repository Jan 15, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants