Skip to content

[pull] swiftwasm-release/5.3 from release/5.3 #1167

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

Merged
merged 10 commits into from
Jun 9, 2020
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 5, 2020

See Commits and Changes for more details.


Created by pull[bot]. Want to support this open source service? Please star it : )

rintaro and others added 5 commits June 4, 2020 17:57
Cache empty member list so that 'IterableDeclContext::loadAllMembers()'
doesn't perform delayed member parsing.

Fixes: rdar://problem/63921896
(cherry picked from commit bdfe1b1)
Instead of assuming type of its sub-pattern `is` should be able
to infer type from context and then propagate that to the sub-pattern
via conversion. This enables support for patterns like `.foo(_ as Foo)`
where `is` would have a type different from `_` which gets inferred
from associated value of `foo` and converted to `Foo` that becomes
a type of `_` pattern.

Resolves: rdar://problem/63510989
(cherry picked from commit b14d965)
[5.3][CSGen] Allow `is` patterns to infer type from enclosing context
…mberdeclbraces-rdar63921896

[5.3][Parse] Avoid delayed member parsing for type decl with missing brace
shahmishal and others added 5 commits June 6, 2020 13:17
…ointer_arm64_5.3

[5.3] The test framepointer_arm64.sil requires ios
…ug-fix

Simplest fix to a dependency bug.
This was previously disabled on master, but not on the release branch.

rdar://62338337
…scompilations-rdar-64074744

[Incremental compilation]: Merge pull request swiftlang#32219 from davidungar/quick-dependency-bug-fix
[czar][test] Disable multifile/batch-mode-llvmIRHash-consistency
@pull pull bot merged commit 0386448 into swiftwasm-release/5.3 Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants