diff options
| author | Ted Kremenek <kremenek@apple.com> | 2011-03-24 00:28:47 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2011-03-24 00:28:47 +0000 |
| commit | 49c79790de4fc43d10c35114d06b81d2e81772c1 (patch) | |
| tree | aa66de1b39c1b9d4c62745b51e84b13cee54ef18 /clang/test/Analysis/outofbound.c | |
| parent | f949d8e13d3d72ad8afb92574798a30cea0c0224 (diff) | |
| download | bcm5719-llvm-49c79790de4fc43d10c35114d06b81d2e81772c1.tar.gz bcm5719-llvm-49c79790de4fc43d10c35114d06b81d2e81772c1.zip | |
Rework checker "packages" and groups to be more hierarchical.
llvm-svn: 128187
Diffstat (limited to 'clang/test/Analysis/outofbound.c')
| -rw-r--r-- | clang/test/Analysis/outofbound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/outofbound.c b/clang/test/Analysis/outofbound.c index 5928cdb76a9..891719c1932 100644 --- a/clang/test/Analysis/outofbound.c +++ b/clang/test/Analysis/outofbound.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,core.experimental -analyzer-store=region -verify %s +// RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,unix.experimental,security.experimental.ArrayBound -analyzer-store=region -verify %s typedef __typeof(sizeof(int)) size_t; void *malloc(size_t); |

