swift
2eb41a96
- Introduce SILType::mapTypeOutOfContext.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
6 years ago
Introduce SILType::mapTypeOutOfContext. This does the same thing as taking the AST type and running it through mapTypeOutOfContext, but saves call sites from having to do the unwrap-rewrap dance.
References
#19038 - [4.2] Fix order of operations when a mutating method invoked on an existential returns Self.
Author
jckarter
Committer
jckarter
Parents
7d204ce1
Files
4
include/swift/SIL
SILType.h
lib
IRGen
GenHeap.cpp
SIL
SILType.cpp
SILGen
SILGenExpr.cpp
Loading