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

WIP: [clang] Template Specialization Resugaring - Expressions #132446

Draft
wants to merge 1 commit into
base: users/mizvekov/clang-store-deduced-function-call-args
Choose a base branch
from

Conversation

mizvekov
Copy link
Contributor

This adds some additional users of the resugaring transform, around expressions. This makes function calls work for example.

While probably not the largest patch in the series, this could use some further splitting up.

Differential Revision: https://reviews.llvm.org/D137200

@mizvekov mizvekov requested a review from zyn0217 March 21, 2025 18:24
@mizvekov mizvekov self-assigned this Mar 21, 2025
This adds some additional users of the resugaring transform,
around expressions. This makes function calls work for example.

While probably not the largest patch in the series,
this could use some further splitting up.

Differential Revision: https://reviews.llvm.org/D137200
@mizvekov mizvekov force-pushed the users/mizvekov/clang-store-deduced-function-call-args branch from 2e65a87 to 3297e1b Compare March 21, 2025 18:43
@mizvekov mizvekov force-pushed the users/mizvekov/clang-resugar-expr branch from 29d057e to 002480b Compare March 21, 2025 18:43
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