[clang] [clang][analyzer] Delay checking the model-path (PR #150133)
Jan Svoboda via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 2 10:43:06 PDT 2025
jansvoboda11 wrote:
I considered adding a separate step to perform the FS checks, but decided against it. There are lots of clients of the command line parsing code, and adding a new required step is a large breaking change and it would be easy to miss in new code. I think the next best place for these checks is near the code that actually uses the paths.
https://github.com/llvm/llvm-project/pull/150133
More information about the cfe-commits
mailing list