File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
clang/lib/StaticAnalyzer/Core Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2121
2222#define DEBUG_TYPE " Z3CrosscheckOracle"
2323
24- // Queries retried at most `Z3CrosscheckMaxAttemptsPerQuery` number of times if
25- // the `check()` call returns `UNDEF` for any reason. Each query is only counted
26- // once for these statistics, the retries are not accounted for.
24+ // Queries attempted at most `Z3CrosscheckMaxAttemptsPerQuery` number of times.
25+ // Multiple `check()` calls might be called on the same query if previous
26+ // attempts of the same query resulted in UNSAT for any reason. Each query is
27+ // only counted once for these statistics, the retries are not accounted for.
2728STATISTIC (NumZ3QueriesDone, " Number of Z3 queries done" );
2829STATISTIC (NumTimesZ3TimedOut, " Number of times Z3 query timed out" );
2930STATISTIC (NumTimesZ3ExhaustedRLimit,
You can’t perform that action at this time.
0 commit comments