diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-02-05 02:06:54 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-02-05 02:06:54 +0000 |
commit | 2f2692f8ca84a21b8fdbdbe5f30c02451a8e4bc1 (patch) | |
tree | c5ec15b426afdf09a37f7882ca3049fd3169d146 /clang/test/Coverage/html-diagnostics.c | |
parent | b6e400c87c83f286a27c15a30c61b7e1778a83cf (diff) | |
download | llvm-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.c | 2 |
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> |