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 OverloadedDeclRef #526

Merged
merged 2 commits into from
Feb 4, 2024
Merged

Add OverloadedDeclRef #526

merged 2 commits into from
Feb 4, 2024

Conversation

ceresgalax
Copy link
Contributor

For cursors of the kind CXCursor_OverloadedDeclRef. This allows easier access of this cursor kind's overloaded decls in their higher-level ClangSharp wrapper type, rather than as CXCursors.

Note: I assumed that OverloadedDecls should be IEnumerable<Decl> over IEnumerable<Cursor>, as I don't think it's expected for any of the cursors return by clang_getOverloadedDecl to not be a Decl cursor.

For cursors of the kind CXCursor_OverloadedDeclRef.
@tannergooding tannergooding merged commit f996709 into dotnet:main Feb 4, 2024
13 checks passed
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.

None yet

2 participants