================
@@ -141,6 +141,22 @@ std::vector<bool> HeaderSearch::computeUserEntryUsage() 
const {
   return UserEntryUsage;
 }
 
+std::vector<bool> HeaderSearch::computeVFSUsageAndClear() const {
----------------
jansvoboda11 wrote:

Nit: I'm a bit confused that the function that actually does the work (the 
logic itself, constructing offset tables, piping relevant files into 
`FileManager`) is called `collectNonAffectingInputFiles()`, while this function 
(that just traverses the VFS tree and collects bits) is called 
`computeVFSUsageAndClear()`. I'd expect it to be the other way around.

https://github.com/llvm/llvm-project/pull/73734
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to