summaryrefslogtreecommitdiffstats
path: root/test/Analysis/complex.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-01-20 23:17:32 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-01-20 23:17:32 +0000
commitd427023c334fe03105d9359711a3df4d6f23b344 (patch)
treeab2746814acc27a1603ea2bda36655fc4f62ea9f /test/Analysis/complex.c
parente91b3bc1624ec877862e5d276f1b6f5026fe71e3 (diff)
Add -analyze action to run static analyzer, instead of inferring from
individual checker options. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/complex.c')
-rw-r--r--test/Analysis/complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/complex.c b/test/Analysis/complex.c
index 0698d9cd8b..22a239aace 100644
--- a/test/Analysis/complex.c
+++ b/test/Analysis/complex.c
@@ -1,4 +1,4 @@
-// RUN: clang -checker-simple -verify %s
+// RUN: clang -analyze -checker-simple -verify %s
#include <stdint.h>