diff options
author | Jordan Rose <jordan_rose@apple.com> | 2012-08-27 17:50:07 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2012-08-27 17:50:07 +0000 |
commit | c93183042f5b7e0495766f7cac49ad3897bab89e (patch) | |
tree | 108cd34a7a9f77ad2b3451a59052a00ee6ea3917 /lldb/scripts/Python/python-wrapper.swig | |
parent | 114bb19d19eaeffb98efe59975d5481424e1e9d4 (diff) | |
download | llvm-c93183042f5b7e0495766f7cac49ad3897bab89e.zip llvm-c93183042f5b7e0495766f7cac49ad3897bab89e.tar.gz llvm-c93183042f5b7e0495766f7cac49ad3897bab89e.tar.bz2 |
[analyzer] Inline constructors for any object with a trivial destructor.
This allows us to better reason about status objects, like Clang's own
llvm::Optional (when its contents are trivially destructible), which are
often intended to be passed around by value.
We still don't inline constructors for temporaries in the general case.
<rdar://problem/11986434>
llvm-svn: 162681
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
0 files changed, 0 insertions, 0 deletions