diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-04-04 22:30:01 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-04-04 22:30:01 +0000 |
commit | 3657c006ccd3bb863cee3cf32e5f90c8ca8bd6e6 (patch) | |
tree | 699c52ce7aebf26c08f11ffb26f521db5cf03c97 | |
parent | f606b82e9ad54c6fb3dd85dc0737f654c819250b (diff) | |
download | bcm5719-llvm-3657c006ccd3bb863cee3cf32e5f90c8ca8bd6e6.tar.gz bcm5719-llvm-3657c006ccd3bb863cee3cf32e5f90c8ca8bd6e6.zip |
Change test/Analysis/idempotent-operations.c to output the .plist file in the test output directory.
llvm-svn: 128849
-rw-r--r-- | clang/test/Analysis/idempotent-operations.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/idempotent-operations.c b/clang/test/Analysis/idempotent-operations.c index 93c34362a37..004a3456395 100644 --- a/clang/test/Analysis/idempotent-operations.c +++ b/clang/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 |