aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Coverage/html-diagnostics.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-02-05 02:06:54 +0000
committerTed Kremenek <kremenek@apple.com>2010-02-05 02:06:54 +0000
commit2f2692f8ca84a21b8fdbdbe5f30c02451a8e4bc1 (patch)
treec5ec15b426afdf09a37f7882ca3049fd3169d146 /clang/test/Coverage/html-diagnostics.c
parentb6e400c87c83f286a27c15a30c61b7e1778a83cf (diff)
downloadllvm-2f2692f8ca84a21b8fdbdbe5f30c02451a8e4bc1.zip
llvm-2f2692f8ca84a21b8fdbdbe5f30c02451a8e4bc1.tar.gz
llvm-2f2692f8ca84a21b8fdbdbe5f30c02451a8e4bc1.tar.bz2
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
llvm-svn: 95348
Diffstat (limited to 'clang/test/Coverage/html-diagnostics.c')
-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 6971f58..81b2cfa 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 -checker-cfref -o %t %s
+// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-check-objc-mem -o %t %s
// RUN: cat %t/*.html | FileCheck %s
// CHECK: <h3>Annotated Source Code</h3>