Skip to content

Commit 23a1654

Browse files
committed
Update stale comment
1 parent 9a9c112 commit 23a1654

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clang/lib/StaticAnalyzer/Core/Z3CrosscheckVisitor.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
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.
2728
STATISTIC(NumZ3QueriesDone, "Number of Z3 queries done");
2829
STATISTIC(NumTimesZ3TimedOut, "Number of times Z3 query timed out");
2930
STATISTIC(NumTimesZ3ExhaustedRLimit,

0 commit comments

Comments
 (0)