[clang][deps] NFC: Clean up wording (ignored vs minimized)
authorJan Svoboda <jan_svoboda@apple.com>
Thu, 25 Nov 2021 17:54:18 +0000 (18:54 +0100)
committerJan Svoboda <jan_svoboda@apple.com>
Fri, 26 Nov 2021 11:18:37 +0000 (12:18 +0100)
commit12eafd944e0ffccae93402ddbe2855beb7a939ff
treeafa790d463b8a2dd3bf412d3fb1a1e8e7bff324f
parentd8a35387881bf408c19deeba7b5e3648dbbf467c
[clang][deps] NFC: Clean up wording (ignored vs minimized)

The filesystem used during dependency scanning does two things: it caches file entries and minimizes source file contents. We use the term "ignored file" in a couple of places, but it's not clear what exactly that means. This commit clears up the semantics, explicitly spelling out this relates to minimization.
clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
clang/unittests/Tooling/DependencyScannerTest.cpp