summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/idempotent-operations.c
diff options
context:
space:
mode:
authorTom Care <tcare@apple.com>2010-07-06 23:47:26 +0000
committerTom Care <tcare@apple.com>2010-07-06 23:47:26 +0000
commit49f1e908b21ee94181fc3772e6c81463cf64fab1 (patch)
tree8f6bcdfa16c78bb64be9fe0c5190f6888342e2a6 /clang/test/Analysis/idempotent-operations.c
parentdc0a0659be672c6ed8ae529fe7937975d1abf97d (diff)
downloadbcm5719-llvm-49f1e908b21ee94181fc3772e6c81463cf64fab1.tar.gz
bcm5719-llvm-49f1e908b21ee94181fc3772e6c81463cf64fab1.zip
Fix idempotent operations test command line arguments.
llvm-svn: 107735
Diffstat (limited to 'clang/test/Analysis/idempotent-operations.c')
-rw-r--r--clang/test/Analysis/idempotent-operations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/idempotent-operations.c b/clang/test/Analysis/idempotent-operations.c
index 418eb7a585d..9cef08edc43 100644
--- a/clang/test/Analysis/idempotent-operations.c
+++ b/clang/test/Analysis/idempotent-operations.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -Wunused-variable -analyze -analyzer-idempotent-operation -analyzer-store=basic -analyzer-constraints=range
+// RUN: %clang_cc1 -analyze -analyzer-idempotent-operation -analyzer-store=region -analyzer-constraints=range -fblocks -verify -analyzer-opt-analyze-nested-blocks -analyzer-check-objc-mem -verify %s
// Basic tests
OpenPOWER on IntegriCloud