diff options
author | Dominic Chen <d.c.ddcc@gmail.com> | 2017-02-27 02:36:15 +0000 |
---|---|---|
committer | Dominic Chen <d.c.ddcc@gmail.com> | 2017-02-27 02:36:15 +0000 |
commit | 02064a307691b6fa127dd08244e4faa7602e9876 (patch) | |
tree | 9d17e23558b5c35898a6712575da7da204d1b23b /clang/test/Analysis/CGColorSpace.c | |
parent | 3255a52200830318f8dd270295750dbde2a94b7f (diff) | |
download | bcm5719-llvm-02064a307691b6fa127dd08244e4faa7602e9876.tar.gz bcm5719-llvm-02064a307691b6fa127dd08244e4faa7602e9876.zip |
[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
llvm-svn: 296312
Diffstat (limited to 'clang/test/Analysis/CGColorSpace.c')
-rw-r--r-- | clang/test/Analysis/CGColorSpace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/CGColorSpace.c b/clang/test/Analysis/CGColorSpace.c index 8681e15d39e..38f0512b006 100644 --- a/clang/test/Analysis/CGColorSpace.c +++ b/clang/test/Analysis/CGColorSpace.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -verify %s typedef struct CGColorSpace *CGColorSpaceRef; extern CGColorSpaceRef CGColorSpaceCreateDeviceRGB(void); |