diff options
| author | Ted Kremenek <kremenek@apple.com> | 2012-08-24 20:39:55 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2012-08-24 20:39:55 +0000 |
| commit | 722398f1d42ff3ebd8ec2eb23151de6e95f89c8e (patch) | |
| tree | c5c59a73b0ec9c3a2f423129e572298314131411 /clang/test/Analysis/outofbound-notwork.c | |
| parent | 7c2137a328fff7efefa8e4fed7b45ea6c0a748ea (diff) | |
| download | bcm5719-llvm-722398f1d42ff3ebd8ec2eb23151de6e95f89c8e.tar.gz bcm5719-llvm-722398f1d42ff3ebd8ec2eb23151de6e95f89c8e.zip | |
Fix analyzer tests.
llvm-svn: 162588
Diffstat (limited to 'clang/test/Analysis/outofbound-notwork.c')
| -rw-r--r-- | clang/test/Analysis/outofbound-notwork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/outofbound-notwork.c b/clang/test/Analysis/outofbound-notwork.c index c1fa2d7148e..68b01e0f79c 100644 --- a/clang/test/Analysis/outofbound-notwork.c +++ b/clang/test/Analysis/outofbound-notwork.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,experimental.security.ArrayBound -analyzer-store=region -verify %s +// RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,alpha.security.ArrayBound -analyzer-store=region -verify %s // XFAIL: * // Once we better handle modeling of sizes of VLAs, we can pull this back |

