summaryrefslogtreecommitdiffstats
path: root/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret-region.m
diff options
context:
space:
mode:
authorDominic Chen <d.c.ddcc@gmail.com>2016-12-01 17:06:39 +0000
committerDominic Chen <d.c.ddcc@gmail.com>2016-12-01 17:06:39 +0000
commitc0504aa4cc2b4a183c6dc98eaf62ca5900fd0e36 (patch)
tree6dd6029c4a9738c2bfd7a0dae5331276768d16df /test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret-region.m
parent441c3af190189ee0bd37e3c8e5e61a51338b08d6 (diff)
[analyzer] Drop explicit mention of range constraint solver
Summary: The basic constraint solver was dropped in rL162384, leaving the range constraint solver as the default and only constraint solver. Explicitly specifying it is unnecessary, and makes it difficult to test with other solver backends. Reviewers: zaks.anna, dcoughlin Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D26694 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret-region.m')
-rw-r--r--test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret-region.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret-region.m b/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret-region.m
index 384501ac89..e63e2cafaf 100644
--- a/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret-region.m
+++ b/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret-region.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple i386-apple-darwin8 -analyze -analyzer-checker=core,alpha.core -analyzer-constraints=range -analyzer-store=region -verify -Wno-objc-root-class %s
+// RUN: %clang_cc1 -triple i386-apple-darwin8 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify -Wno-objc-root-class %s
// <rdar://problem/6888289> - This test case shows that a nil instance
// variable can possibly be initialized by a method.