[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)
commit4587b287582b581a79deb74f926aaa44272165b6
tree738bdfffe3ca9c16346cccddd7a99632d63e8495
parentf8e58016f6aa45aa6a9f1a99d6b9e0beb598a71c
[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>

llvm-svn: 176200
clang/docs/analyzer/IPA.txt
clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
clang/test/Analysis/analyzer-config.cpp