We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d9cc0 commit 0318773Copy full SHA for 0318773
clang/test/Analysis/ArrayBound/verbose-tests.c
@@ -408,8 +408,9 @@ int *nothingIsCertain(int x, int y) {
408
// {{Access of 'int' element in the heap area at an overflowing index}}
409
// but apparently the analyzer isn't smart enough to deduce this.
410
411
- // Keep constraints alive. (Without this, the overeager garbage collection of
412
- // constraints would _also_ prevent the intended behavior in this testcase.)
+ // Keep constraints alive. (Without this, it is possible that the overeager
+ // garbage collection of constraints _also_ prevents the intended behavior in
413
+ // this testcase.)
414
(void)x;
415
416
return mem;
0 commit comments