]> granicus.if.org Git - clang/commit
[analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.
authorJordan Rose <jordan_rose@apple.com>
Tue, 21 Aug 2012 21:44:07 +0000 (21:44 +0000)
committerJordan Rose <jordan_rose@apple.com>
Tue, 21 Aug 2012 21:44:07 +0000 (21:44 +0000)
commitee04959f88e26ed38dccf4aed2ff10cad1f703c9
tree12e547a6b0d350fdead7ec1f97e1a8ebb549d9fa
parent59c91c8d0000af8f8a1022ee0f0eec46c397b347
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162317 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
test/Analysis/array-struct-region.c
test/Analysis/ctor-inlining.mm
test/Analysis/derived-to-base.cpp
test/Analysis/exceptions.mm
test/Analysis/initializer.cpp
test/Analysis/inline-not-supported.c
test/Analysis/inline-plist.c
test/Analysis/inline-unique-reports.c
test/Analysis/inline.c
test/Analysis/inline2.c
test/Analysis/inline3.c
test/Analysis/inline4.c
test/Analysis/inlining/path-notes.c
test/Analysis/keychainAPI.m
test/Analysis/malloc-interprocedural.c
test/Analysis/misc-ps-region-store.cpp
test/Analysis/objc-method-coverage.m
test/Analysis/retain-release-inline.m