Skip to content

Commit 0318773

Browse files
committed
updated test comment
1 parent b7d9cc0 commit 0318773

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/test/Analysis/ArrayBound/verbose-tests.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,9 @@ int *nothingIsCertain(int x, int y) {
408408
// {{Access of 'int' element in the heap area at an overflowing index}}
409409
// but apparently the analyzer isn't smart enough to deduce this.
410410

411-
// Keep constraints alive. (Without this, the overeager garbage collection of
412-
// constraints would _also_ prevent the intended behavior in this testcase.)
411+
// Keep constraints alive. (Without this, it is possible that the overeager
412+
// garbage collection of constraints _also_ prevents the intended behavior in
413+
// this testcase.)
413414
(void)x;
414415

415416
return mem;

0 commit comments

Comments
 (0)