summaryrefslogtreecommitdiffstats
path: root/test/Analysis/no-outofbounds.c
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-11-11 12:33:27 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-11-11 12:33:27 +0000
commit58e689fead1490611bcd114fb707bfc08a12049e (patch)
tree49d4707ae326eb1eef3ec68f664e3f1a3b194217 /test/Analysis/no-outofbounds.c
parentb991f48ccff0567d581cf95e4eda1bffd5bbada3 (diff)
Reimplement out-of-bound array access checker with the new checker interface.
Now only one test case is XFAIL'ed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86834 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/no-outofbounds.c')
-rw-r--r--test/Analysis/no-outofbounds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/no-outofbounds.c b/test/Analysis/no-outofbounds.c
index bb8f65e1e9..67ea6b5ac8 100644
--- a/test/Analysis/no-outofbounds.c
+++ b/test/Analysis/no-outofbounds.c
@@ -1,5 +1,6 @@
// RUN: clang-cc -checker-cfref -analyze -analyzer-store=basic -verify %s
// RUN: clang-cc -checker-cfref -analyze -analyzer-store=region -verify %s
+// XFAIL: *
//===----------------------------------------------------------------------===//
// This file tests cases where we should not flag out-of-bounds warnings.