diff options
author | Tom Care <tcare@apple.com> | 2010-07-06 23:47:26 +0000 |
---|---|---|
committer | Tom Care <tcare@apple.com> | 2010-07-06 23:47:26 +0000 |
commit | 925198d693a0cf874452adcc2a8de1cb3d86992e (patch) | |
tree | 29f6f430154978484ac6c6293fca586f8a3e97fa | |
parent | fa87d812d7c78d7f0cd1c5636e21e07c23c85341 (diff) |
Fix idempotent operations test command line arguments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107735 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/idempotent-operations.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/idempotent-operations.c b/test/Analysis/idempotent-operations.c index 418eb7a585..9cef08edc4 100644 --- a/test/Analysis/idempotent-operations.c +++ b/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 |