From: Ted Kremenek Date: Fri, 20 Jun 2008 23:14:52 +0000 (+0000) Subject: Test the dead-store checker using both -warn-dead-stores and -checker-simple. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bce1b0f57b9bc2c2012291e351c27baf8610f21;p=clang Test the dead-store checker using both -warn-dead-stores and -checker-simple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52568 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/dead-stores.c b/test/Analysis/dead-stores.c index 972410ac98..6d5dd7e5c3 100644 --- a/test/Analysis/dead-stores.c +++ b/test/Analysis/dead-stores.c @@ -1,4 +1,5 @@ // RUN: clang -warn-dead-stores -verify %s +// RUN: clang -checker-simple -verify %s void f1() { int k, y;