]> granicus.if.org Git - clang/commitdiff
Change test/Analysis/idempotent-operations.c to output the .plist file in the test...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 4 Apr 2011 22:30:01 +0000 (22:30 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 4 Apr 2011 22:30:01 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128849 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/idempotent-operations.c

index 93c34362a3727c55507171f5d7fc203c290696e4..004a3456395037c1f1198902a2630c78d5432029 100644 (file)
@@ -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