From: Anna Zaks Date: Mon, 30 Jul 2012 23:48:31 +0000 (+0000) Subject: [analyzer] Only run this test with no IPA X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d0f37306ef4726c91c1eb1e4050ecc0e860fcf1;p=clang [analyzer] Only run this test with no IPA The inlinable portion of the test relies on attributes/instead of the function implementation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161011 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/refcnt_naming.m b/test/Analysis/refcnt_naming.m index aff713be49..1d3a9b7589 100644 --- a/test/Analysis/refcnt_naming.m +++ b/test/Analysis/refcnt_naming.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,experimental.core -analyzer-store=region -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,experimental.core -analyzer-ipa=none -analyzer-store=region -verify %s typedef const struct __CFString * CFStringRef; typedef const struct __CFAllocator * CFAllocatorRef;