[all-commits] [llvm/llvm-project] bc056e: [clang] Remove `FileSystemStatCache` (#198411)
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Tue Jun 2 10:21:31 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc056ea2c2948d51455f6cf75975e4980b8b908f
https://github.com/llvm/llvm-project/commit/bc056ea2c2948d51455f6cf75975e4980b8b908f
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M clang-tools-extra/clangd/index/StdLib.cpp
M clang-tools-extra/clangd/index/SymbolCollector.cpp
M clang/include/clang/Basic/FileManager.h
R clang/include/clang/Basic/FileSystemStatCache.h
M clang/lib/Basic/CMakeLists.txt
M clang/lib/Basic/FileManager.cpp
R clang/lib/Basic/FileSystemStatCache.cpp
M clang/lib/Tooling/Tooling.cpp
M clang/unittests/Basic/FileManagerTest.cpp
Log Message:
-----------
[clang] Remove `FileSystemStatCache` (#198411)
This mechanism is not used anywhere, and can be easily reimplemented in
terms of a VFS if needed.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list