swift
a88f17a9 - [AST] Add method to create an implicit `SwitchStmt`

Commit
4 years ago
[AST] Add method to create an implicit `SwitchStmt` There are a number of occurances that create implicit `Switch`s by passing `SourceLoc()` for all location paramters. Refactor those occurances out to a separate `createImplicit` method that automatically fills the locations with invalid source locations.
Author
Committer
Parents
Loading