summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/keychainAPI.m
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-08-21 21:44:07 +0000
committerJordan Rose <jordan_rose@apple.com>2012-08-21 21:44:07 +0000
commit4d9fbd7ec4db0d47995949c9f3b4bc27830a0c78 (patch)
treed7ea72b988c031b54791ee21d31243b0761b8b0a /clang/test/Analysis/keychainAPI.m
parentf6e2a4a15a5a240bebbb1305926022fa851703f3 (diff)
downloadbcm5719-llvm-4d9fbd7ec4db0d47995949c9f3b4bc27830a0c78.tar.gz
bcm5719-llvm-4d9fbd7ec4db0d47995949c9f3b4bc27830a0c78.zip
[analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.
The actual change here is a little more complicated than the summary above. What we want to do is have our generic inlining tests run under whatever mode is the default. However, there are some tests that depend on the presence of C++ inlining, which still has some rough edges. These tests have been explicitly marked as -analyzer-ipa=inlining in preparation for a new mode that limits inlining to C functions and blocks. This will be the default until the false positives for C++ have been brought down to manageable levels. llvm-svn: 162317
Diffstat (limited to 'clang/test/Analysis/keychainAPI.m')
-rw-r--r--clang/test/Analysis/keychainAPI.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/keychainAPI.m b/clang/test/Analysis/keychainAPI.m
index 585a32ddc34..fe6c61d1e82 100644
--- a/clang/test/Analysis/keychainAPI.m
+++ b/clang/test/Analysis/keychainAPI.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=osx.SecKeychainAPI %s -analyzer-ipa=inlining -verify
+// RUN: %clang_cc1 -analyze -analyzer-checker=osx.SecKeychainAPI %s -verify
// Fake typedefs.
typedef unsigned int OSStatus;
OpenPOWER on IntegriCloud