summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/comparison-implicit-casts.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-08-22 19:47:13 +0000
committerTed Kremenek <kremenek@apple.com>2012-08-22 19:47:13 +0000
commita056d62961b96403b85e28255bbf8e7edfd0d88c (patch)
tree75cc530d88007a0d9fd4593603bdbefac573a341 /clang/test/Analysis/comparison-implicit-casts.cpp
parente07728b936471ad995bd67ab80cf9bea2fce2644 (diff)
downloadbcm5719-llvm-a056d62961b96403b85e28255bbf8e7edfd0d88c.tar.gz
bcm5719-llvm-a056d62961b96403b85e28255bbf8e7edfd0d88c.zip
Remove BasicConstraintManager. It hasn't been in active service for a while.
As part of this change, I discovered that a few of our tests were not testing the RangeConstraintManager. Luckily all of those passed when I moved them over to use that constraint manager. llvm-svn: 162384
Diffstat (limited to 'clang/test/Analysis/comparison-implicit-casts.cpp')
-rw-r--r--clang/test/Analysis/comparison-implicit-casts.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Analysis/comparison-implicit-casts.cpp b/clang/test/Analysis/comparison-implicit-casts.cpp
index df9d8700099..96aa0ffe16b 100644
--- a/clang/test/Analysis/comparison-implicit-casts.cpp
+++ b/clang/test/Analysis/comparison-implicit-casts.cpp
@@ -1,5 +1,3 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-constraints=basic -triple i386-apple-darwin9 -verify %s
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-constraints=basic -triple x86_64-apple-darwin9 -verify %s
// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-constraints=range -triple i386-apple-darwin9 -verify %s
// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-constraints=range -triple x86_64-apple-darwin9 -verify %s
OpenPOWER on IntegriCloud