forked from OSchip/llvm-project
Test the dead-store checker using both -warn-dead-stores and -checker-simple.
llvm-svn: 52568
This commit is contained in:
parent
c9cea053ba
commit
22cf89d9cd
|
@ -1,4 +1,5 @@
|
|||
// RUN: clang -warn-dead-stores -verify %s
|
||||
// RUN: clang -checker-simple -verify %s
|
||||
|
||||
void f1() {
|
||||
int k, y;
|
||||
|
|
Loading…
Reference in New Issue