[cfe-commits] r161011 - /cfe/trunk/test/Analysis/refcnt_naming.m
Anna Zaks
ganna at apple.com
Mon Jul 30 16:48:32 PDT 2012
Author: zaks
Date: Mon Jul 30 18:48:31 2012
New Revision: 161011
URL: http://llvm.org/viewvc/llvm-project?rev=161011&view=rev
Log:
[analyzer] Only run this test with no IPA
The inlinable portion of the test relies on attributes/instead of the
function implementation.
Modified:
cfe/trunk/test/Analysis/refcnt_naming.m
Modified: cfe/trunk/test/Analysis/refcnt_naming.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/refcnt_naming.m?rev=161011&r1=161010&r2=161011&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/refcnt_naming.m (original)
+++ cfe/trunk/test/Analysis/refcnt_naming.m Mon Jul 30 18:48:31 2012
@@ -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;
More information about the cfe-commits
mailing list