swift
7f43e52c
- AST: fix casting from Decl to GenericContext
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
AST: fix casting from Decl to GenericContext Fixes `cast<GenericContext>(someDecl)`. I don't know why this didn't show up as a crash so far. But slightly changing `Decl` results in a wrong type cast and a crash.
References
#76790 - SwiftCompilerSources: introduce the AST module
Author
eeckstein
Committer
eeckstein
Parents
fadff007
Loading