Files
sourcekit-lsp/Sources/SwiftExtensions
Rintaro Ishizaki 26f8efed5f [TestDiscovery] Use file modification time to filter semantic index
Instead of querying the index twice (once for up-to-date files, once for
outdated ones), collect file modification timestamps during the syntactic
scan phase and use them to filter a single semantic index query.
For files that don't support syntactic scans, use the semantic index
results even if outdated.

Also extracts symlink-aware mtime resolution into URL.fileModificationDate
and exposes snapshotHasInMemoryModifications(_:) on DocumentManager.
2026-03-06 15:33:19 -08:00
..
2024-07-19 09:54:30 -07:00
2025-12-02 12:27:27 +00:00
2025-12-02 12:27:27 +00:00
2025-08-25 14:40:16 +02:00