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

Argyrios Kyrtzidis akyrtzi at gmail.com
Mon Apr 4 15:30:01 PDT 2011


Author: akirtzidis
Date: Mon Apr  4 17:30:01 2011
New Revision: 128849

URL: http://llvm.org/viewvc/llvm-project?rev=128849&view=rev
Log:
Change test/Analysis/idempotent-operations.c to output the .plist file in the test output directory.

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=128849&r1=128848&r2=128849&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/idempotent-operations.c (original)
+++ cfe/trunk/test/Analysis/idempotent-operations.c Mon Apr  4 17:30:01 2011
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=deadcode.IdempotentOperations -verify %s
-// RUN: %clang --analyze -Xclang -analyzer-disable-checker=deadcode.DeadStores -fblocks -Xclang -verify %s
+// RUN: %clang --analyze -Xclang -analyzer-disable-checker=deadcode.DeadStores -fblocks -Xclang -verify %s -o %t
 
 // Basic tests
 





More information about the cfe-commits mailing list