summaryrefslogtreecommitdiff
path: root/test/Analysis/objc-properties.m
diff options
context:
space:
mode:
authorDominic Chen <d.c.ddcc@gmail.com>2017-03-03 18:02:02 +0000
committerDominic Chen <d.c.ddcc@gmail.com>2017-03-03 18:02:02 +0000
commit2cfd901321423a96edd8513afc7c7c2bb0d18b2e (patch)
tree37871613ab679cebbc2b2cf73baf7896e79c31cb /test/Analysis/objc-properties.m
parent2c51aa76c4f3364ecb9e0b6b730aec14ae396fc9 (diff)
downloadclang-2cfd901321423a96edd8513afc7c7c2bb0d18b2e.tar.gz
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple constraint managers
Summary: Replace calls to %clang/%clang_cc1 with %clang_analyze_cc1 when invoking static analyzer, and perform runtime substitution to select the appropriate constraint manager, per D28952. Reviewers: xazax.hun, NoQ, zaks.anna, dcoughlin Subscribers: mgorny, rgov, mikhail.ramalho, a.sidorin, cfe-commits Differential Revision: https://reviews.llvm.org/D30373 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296895 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/objc-properties.m')
-rw-r--r--test/Analysis/objc-properties.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/objc-properties.m b/test/Analysis/objc-properties.m
index f6ed3e5ef0..88a19a13c5 100644
--- a/test/Analysis/objc-properties.m
+++ b/test/Analysis/objc-properties.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.osx.cocoa.DirectIvarAssignment -verify -fblocks %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.osx.cocoa.DirectIvarAssignment -verify -fblocks %s
typedef signed char BOOL;
@protocol NSObject - (BOOL)isEqual:(id)object; @end