swift
4946c799 - [AST] Remove `ModuleDecl::addFile`

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.
Author
Parents
Loading