mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Code Completion operates on a CompilerInstance that passes a primary file down for type checking. This means it creates and registers dependencies in the referenced name trackers. Despite the fact that those dependencty edges are unused, because the would-be swiftdeps file is never written to disk, it is still a dependency source that should participate in the request-based dependency tracking refactor.
48 KiB
48 KiB