jansvoboda11 wrote:

> getExistingFileInfo(, /*WantExternal=*/false)

Until [recently](https://github.com/llvm/llvm-project/pull/87848) that function 
still consulted `ExternalSource` for `HeaderFileInfo` that `IsValid && 
!External && !Resolved`. Maybe you want to try the new 
`getExistingLocalFileInfo()`?

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

Reply via email to