swift
4946c799
- [AST] Remove `ModuleDecl::addFile`
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
351 days ago
[AST] Remove `ModuleDecl::addFile` Rather than exposing an `addFile` member on ModuleDecl, have the `create` members take a lambda that populates the files for the module. Once module construction has finished, the files are immutable.
References
#77666 - [AST] Remove `ModuleDecl::addFile`
Author
hamishknight
Parents
309c0241
Loading