[cfe-commits] r107735 - /cfe/trunk/test/Analysis/idempotent-operations.c

Tom Care tcare at apple.com
Tue Jul 6 16:47:26 PDT 2010


Author: tcare
Date: Tue Jul  6 18:47:26 2010
New Revision: 107735

URL: http://llvm.org/viewvc/llvm-project?rev=107735&view=rev
Log:
Fix idempotent operations test command line arguments.

Modified:
    cfe/trunk/test/Analysis/idempotent-operations.c

Modified: cfe/trunk/test/Analysis/idempotent-operations.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/idempotent-operations.c?rev=107735&r1=107734&r2=107735&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/idempotent-operations.c (original)
+++ cfe/trunk/test/Analysis/idempotent-operations.c Tue Jul  6 18:47:26 2010
@@ -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
 





More information about the cfe-commits mailing list