summaryrefslogtreecommitdiffstats
path: root/test/Analysis/no-outofbounds.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-08-03 23:14:55 +0000
committerTed Kremenek <kremenek@apple.com>2011-08-03 23:14:55 +0000
commit033a07e5fca459ed184369cfee7c90d82367a93a (patch)
tree214c00929561a9c404cb309bb28e0ef0c353028a /test/Analysis/no-outofbounds.c
parentbddfd87863bac7aa17d226cdfb228f49b30dd5f2 (diff)
[analyzer] rename all experimental checker packages to have 'experimental' be the common root package.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/no-outofbounds.c')
-rw-r--r--test/Analysis/no-outofbounds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/no-outofbounds.c b/test/Analysis/no-outofbounds.c
index 51d00f2736..821f48610f 100644
--- a/test/Analysis/no-outofbounds.c
+++ b/test/Analysis/no-outofbounds.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental,unix.experimental,security.experimental.ArrayBound -analyzer-store=region -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core,experimental.unix,experimental.security.ArrayBound -analyzer-store=region -verify %s
//===----------------------------------------------------------------------===//
// This file tests cases where we should not flag out-of-bounds warnings.