swift
A bunch of fixes for variadic tuple properties in structs
#64529
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
7
Changes
View On
GitHub
Commits
[NFC] Change the printing of AbstractionPattern to include the sub map
rjmccall
committed
2 years ago
Fix unsafeGetSubstFieldType to propagate a substitution map in
rjmccall
committed
2 years ago
When we are performing SIL substitution, and we reach a type that
rjmccall
committed
2 years ago
When computing the field type of a SILType, add substitutions to the orig type.
rjmccall
committed
2 years ago
Do proper parallel walks of orig+subst types when computing type
rjmccall
committed
2 years ago
Do a proper orig+subst walk of tuple expression elements in call
rjmccall
committed
2 years ago
Add a test case for the work in this PR.
rjmccall
committed
2 years ago
Loading