Skip to content

Commit 0f1d733

Browse files
committed
Don't delete '-Wno-array-bounds'
1 parent 39253b4 commit 0f1d733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Analysis/out-of-bounds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_analyze_cc1 -analyzer-checker=core,security.ArrayBound -verify %s
1+
// RUN: %clang_analyze_cc1 -Wno-array-bounds -analyzer-checker=core,security.ArrayBound -verify %s
22

33
// Tests doing an out-of-bounds access after the end of an array using:
44
// - constant integer index

0 commit comments

Comments
 (0)