diff options
author | Anna Zaks <ganna@apple.com> | 2012-07-30 23:48:31 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-07-30 23:48:31 +0000 |
commit | 160dcdf2d67a5cac3922d1f1e20f97aa61d842dc (patch) | |
tree | a0682c04f8704b9a5ce7ee7d2f8bd597e5887391 /clang | |
parent | 79795897b3b407bf24b1b994fb89ee7b5625e83a (diff) | |
download | bcm5719-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.m | 2 |
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; |