diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-28 01:27:07 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-28 01:27:07 +0000 |
| commit | f3ed8b631d780be6b7c8ea6a6842a19ae64feae7 (patch) | |
| tree | e8b6c9e2db85d40f8dddcdcc429876689e3b8704 /clang/test/Analysis/outofbound.c | |
| parent | b2cf708395328da8b00181fbc935b5326ca594ed (diff) | |
| download | bcm5719-llvm-f3ed8b631d780be6b7c8ea6a6842a19ae64feae7.tar.gz bcm5719-llvm-f3ed8b631d780be6b7c8ea6a6842a19ae64feae7.zip | |
[analyzer] Migrate BuiltinFunctionChecker to CheckerV2.
llvm-svn: 126611
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 e6591d3252a..21bf676cfd9 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.experimental -analyzer-check-objc-mem -analyzer-store=region -verify %s +// RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,core.experimental -analyzer-check-objc-mem -analyzer-store=region -verify %s typedef __typeof(sizeof(int)) size_t; void *malloc(size_t); |

