From: Alex Lorenz Date: Fri, 30 Aug 2019 17:34:22 +0000 (+0000) Subject: [clang-scan-deps] NFC, remove outdated implementation comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bcc62559f5944d2b4295015b998030c10c839f0;p=clang [clang-scan-deps] NFC, remove outdated implementation comment There's no need to purge symlinked entries in the FileManager, as the new FileEntryRef API allows us to compute dependencies more accurately when the FileManager is reused. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370493 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp b/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp index f6033de461..827ec8a6ca 100644 --- a/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp +++ b/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp @@ -87,7 +87,6 @@ public: // Use the dependency scanning optimized file system if we can. if (DepFS) { - // FIXME: Purge the symlink entries from the stat cache in the FM. const CompilerInvocation &CI = Compiler.getInvocation(); // Add any filenames that were explicity passed in the build settings and // that might be opened, as we want to ensure we don't run source