Skip to content

[cxx-interop][serialization] resolve x-refs to instantiated/synthesiz… #74524

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

Closed
wants to merge 1 commit into from

Conversation

hyp
Copy link
Contributor

@hyp hyp commented Jun 18, 2024

…ed C++ iterator conformance operators

These x-refs are not resolvable using regular lookup from the 'std' module as they're instantiated by the clang importer, and thus they need a different lookup path in order to get resolved. The new lookup uses the clang importer logic that is used during the conformance to the C++ iterator protocol.

…ed C++ iterator conformance operators

These x-refs are not resolvable using regular lookup from the 'std' module as they're instantiated by the clang importer, and thus they need a different lookup path in order to get resolved. The new lookup uses the clang importer logic that is used during the conformance to the C++ iterator protocol.
@hyp hyp force-pushed the eng/cxx-conforms-op-serialize branch from bcb553a to f78ad9d Compare June 18, 2024 20:02
@hyp
Copy link
Contributor Author

hyp commented Jun 18, 2024

Hmm, I think I need a slightly different approach to hit more cases. Redoing.

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.

1 participant