From 925198d693a0cf874452adcc2a8de1cb3d86992e Mon Sep 17 00:00:00 2001 From: Tom Care Date: Tue, 6 Jul 2010 23:47:26 +0000 Subject: [PATCH] Fix idempotent operations test command line arguments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107735 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/idempotent-operations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0