summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-07-30 23:48:31 +0000
committerAnna Zaks <ganna@apple.com>2012-07-30 23:48:31 +0000
commit160dcdf2d67a5cac3922d1f1e20f97aa61d842dc (patch)
treea0682c04f8704b9a5ce7ee7d2f8bd597e5887391 /clang
parent79795897b3b407bf24b1b994fb89ee7b5625e83a (diff)
downloadbcm5719-llvm-160dcdf2d67a5cac3922d1f1e20f97aa61d842dc.tar.gz
bcm5719-llvm-160dcdf2d67a5cac3922d1f1e20f97aa61d842dc.zip
[analyzer] Only run this test with no IPA
The inlinable portion of the test relies on attributes/instead of the function implementation. llvm-svn: 161011
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Analysis/refcnt_naming.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/refcnt_naming.m b/clang/test/Analysis/refcnt_naming.m
index aff713be49f..1d3a9b7589e 100644
--- a/clang/test/Analysis/refcnt_naming.m
+++ b/clang/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;
OpenPOWER on IntegriCloud