diff options
Diffstat (limited to 'clang/test/Analysis/pr22954.c')
-rw-r--r-- | clang/test/Analysis/pr22954.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/pr22954.c b/clang/test/Analysis/pr22954.c index 64a00c5ec08..01aa5b34a7e 100644 --- a/clang/test/Analysis/pr22954.c +++ b/clang/test/Analysis/pr22954.c @@ -3,7 +3,7 @@ // At the moment the whole of the destination array content is invalidated. // If a.s1 region has a symbolic offset, the whole region of 'a' is invalidated. // Specific triple set to test structures of size 0. -// RUN: %clang_analyze_cc1 -triple x86_64-pc-linux-gnu -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-store=region -verify %s +// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-store=region -verify %s typedef __typeof(sizeof(int)) size_t; |