forked from OSchip/llvm-project
Change test/Analysis/idempotent-operations.c to output the .plist file in the test output directory.
llvm-svn: 128849
This commit is contained in:
parent
f606b82e9a
commit
3657c006cc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue