aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-02-05 01:57:44 +0000
committerTed Kremenek <kremenek@apple.com>2010-02-05 01:57:44 +0000
commitfa15be4cf95b7ed2d1df583497b16a6f897cf789 (patch)
treedd1088215cc1193c74953c2db359e28e703b200c /test
parent2ade536f6815bf6ff128333520232c3b0e701146 (diff)
Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Analysis/ObjCRetSigs.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ObjCRetSigs.m b/test/Analysis/ObjCRetSigs.m
index cdc81993b8..a76d7b979e 100644
--- a/test/Analysis/ObjCRetSigs.m
+++ b/test/Analysis/ObjCRetSigs.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-experimental-internal-checks -warn-objc-methodsigs -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-methodsigs -verify %s
int printf(const char *, ...);