summaryrefslogtreecommitdiffstats
path: root/test/Analysis
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-03-28 19:59:16 +0000
committerAnna Zaks <ganna@apple.com>2012-03-28 19:59:16 +0000
commitb47dbcbc12430fdf3e5a5b9f59cdec5480e89e75 (patch)
tree20f01d033b72957f3719372fdcbda27b3c41c037 /test/Analysis
parentfb02784df0a218532018d8c54e3ca7e78c2f5f0a (diff)
[analyzer] Enable retry exhausted without inlining by default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153591 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/coverage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/coverage.c b/test/Analysis/coverage.c
index 2e85b7f61d..73d78da186 100644
--- a/test/Analysis/coverage.c
+++ b/test/Analysis/coverage.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -analyzer-max-loop 4 -analyzer-retry-exhausted -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -analyzer-max-loop 4 -verify %s
#include "system-header-simulator.h"
typedef __typeof(sizeof(int)) size_t;