summaryrefslogtreecommitdiffstats
path: root/clang/test/Coverage
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-28 17:36:18 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-28 17:36:18 +0000
commit2c49ec7f1dbc837d383ffe94fcce483794a4bc76 (patch)
tree321ab05b1feba1f0690085d6c94daad2ba820ce3 /clang/test/Coverage
parenta15dfec3f50ef3968cba9f2bd674379637acff39 (diff)
downloadbcm5719-llvm-2c49ec7f1dbc837d383ffe94fcce483794a4bc76.tar.gz
bcm5719-llvm-2c49ec7f1dbc837d383ffe94fcce483794a4bc76.zip
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
They cooperate in that NSErrorChecker listens for ImplicitNullDerefEvent events that DereferenceChecker can dispatch. ImplicitNullDerefEvent is when we dereferenced a location that may be null. llvm-svn: 126659
Diffstat (limited to 'clang/test/Coverage')
-rw-r--r--clang/test/Coverage/html-diagnostics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Coverage/html-diagnostics.c b/clang/test/Coverage/html-diagnostics.c
index be820fb90f2..0b1580e8864 100644
--- a/clang/test/Coverage/html-diagnostics.c
+++ b/clang/test/Coverage/html-diagnostics.c
@@ -1,5 +1,5 @@
// RUN: rm -rf %t
-// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-check-objc-mem -o %t %s
+// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -analyzer-check-objc-mem -o %t %s
// RUN: cat %t/*.html | FileCheck %s
// CHECK: <h3>Annotated Source Code</h3>
OpenPOWER on IntegriCloud