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 | 565e465c6d0093f1bf8414b2cabdc842022385a9 (patch) | |
tree | df6f66b71d60570614f38d6be30666c8b08a3711 /test/Coverage/html-diagnostics.c | |
parent | 7909fc8833e734aac521d7d6945bd823d75150ac (diff) |
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Coverage/html-diagnostics.c')
-rw-r--r-- | test/Coverage/html-diagnostics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Coverage/html-diagnostics.c b/test/Coverage/html-diagnostics.c index 6971f58f6a..81b2cfa588 100644 --- a/test/Coverage/html-diagnostics.c +++ b/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> |