]> granicus.if.org Git - clang/commit
[analyzer] Turn on C++ constructor inlining by default.
authorJordan Rose <jordan_rose@apple.com>
Wed, 27 Feb 2013 18:49:43 +0000 (18:49 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 27 Feb 2013 18:49:43 +0000 (18:49 +0000)
commita11f22f60673c6c9556976b49e64bf7fa751f4eb
tree3720f26805110c6dd4290eaa0388ff3c11c2eafb
parent4c4df4520df20ec17d84aa2261f098ec278e1dab
[analyzer] Turn on C++ constructor inlining by default.

This enables constructor inlining for types with non-trivial destructors.
The plan is to enable destructor inlining within the next month, but that
needs further verification.

<rdar://problem/12295329>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176200 91177308-0d34-0410-b5e6-96231b3b80d8
docs/analyzer/IPA.txt
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
test/Analysis/analyzer-config.cpp