]> granicus.if.org Git - clang/commitdiff
Fix idempotent operations test command line arguments.
authorTom Care <tcare@apple.com>
Tue, 6 Jul 2010 23:47:26 +0000 (23:47 +0000)
committerTom Care <tcare@apple.com>
Tue, 6 Jul 2010 23:47:26 +0000 (23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107735 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/idempotent-operations.c

index 418eb7a585da7a2677997aa2e3d50aaadb0ba0bc..9cef08edc43f8f92efd5cf8678bc4e2906fc2c37 100644 (file)
@@ -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