swift
309c0241
- [IDE] Avoid relying on after-the-fact use of `addFile`
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
352 days ago
[IDE] Avoid relying on after-the-fact use of `addFile` We shouldn't be attempting to append SourceFiles to the module after-the-fact for syntactic macro expansion, refactor things such that the SourceFile is created alongside the ModuleDecl.
References
#77666 - [AST] Remove `ModuleDecl::addFile`
Author
hamishknight
Parents
e2ba36f7
Loading