[clang] [llvm] [clang][deps] Cache `VFS::getRealPath()` (PR #68645)

Ben Langmuir via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 11 09:46:03 PDT 2024


================
@@ -194,6 +201,17 @@ class DependencyScanningFilesystemSharedCache {
     const CachedFileSystemEntry &
     getOrInsertEntryForFilename(StringRef Filename,
                                 const CachedFileSystemEntry &Entry);
+
+    /// Returns real path associated with the filename or nullptr if none is
----------------
benlangmuir wrote:

Nit: "the real path"

https://github.com/llvm/llvm-project/pull/68645


More information about the cfe-commits mailing list