summaryrefslogtreecommitdiff
path: root/test/Analysis
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-04-04 22:30:01 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-04-04 22:30:01 +0000
commit1659acb9f93bab0c3e56d0c0f504d2ba41d6403e (patch)
treec810aaf953336ef027bbe75273a61a5160a12cbd /test/Analysis
parent054e4f50e2f1995e91b0cd3c3258aa252785fe3f (diff)
downloadclang-1659acb9f93bab0c3e56d0c0f504d2ba41d6403e.tar.gz
Change test/Analysis/idempotent-operations.c to output the .plist file in the test output directory.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/idempotent-operations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/idempotent-operations.c b/test/Analysis/idempotent-operations.c
index 93c34362a3..004a345639 100644
--- a/test/Analysis/idempotent-operations.c
+++ b/test/Analysis/idempotent-operations.c
@@ -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