[clang] [analyzer] Retry UNDEF Z3 queries at most "crosscheck-with-z3-retries-on-timeout" times (PR #120239)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 6 07:00:21 PST 2025
https://github.com/NagyDonat commented:
I'm really grateful that you implemented my request about defining this option as a positive value; especially considering that it ended up being more work than what I expected. (I guessed that we must already had precedent(s) for positive (or at least otherwise constrained) options; while I see that you're building support for this within this commit.)
The change looks good to me, except for an off-by-one error that I mark with an inline comment.
https://github.com/llvm/llvm-project/pull/120239
More information about the cfe-commits
mailing list