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 39253b4 commit 0f1d733Copy full SHA for 0f1d733
clang/test/Analysis/out-of-bounds.c
@@ -1,4 +1,4 @@
1
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,security.ArrayBound -verify %s
+// RUN: %clang_analyze_cc1 -Wno-array-bounds -analyzer-checker=core,security.ArrayBound -verify %s
2
3
// Tests doing an out-of-bounds access after the end of an array using:
4
// - constant integer index
0 commit comments