llvm-project/clang/tools/clang-scan-deps
Jan Svoboda b00de4dd41 [clang][deps] Abolish FileManager sharing
This patch removes the ability of a dependency scanning worker to share a `FileManager` instance between individual scans. It's not sound and doesn't provide performance benefits (due to the underlying caching VFS).

Reviewed By: benlangmuir

Differential Revision: https://reviews.llvm.org/D134976
2022-10-04 12:47:22 -07:00
..
CMakeLists.txt
ClangScanDeps.cpp [clang][deps] Abolish FileManager sharing 2022-10-04 12:47:22 -07:00