Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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
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.

2 participants