]> granicus.if.org Git - clang/commit
Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind."
authorJordan Rose <jordan_rose@apple.com>
Fri, 15 Feb 2013 00:32:15 +0000 (00:32 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 15 Feb 2013 00:32:15 +0000 (00:32 +0000)
commitbc403861bc4e6f7ad1371e9e129f0f25b38b3a9a
treef65b4d97763ba7614dd89d32f11303a7ba98b165
parent28743b006bd88cd7d0ea97b4f17646f8fc429b89
Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind."

...after a host of optimizations related to the use of LazyCompoundVals
(our implementation of aggregate binds).

Originally applied in r173951.
Reverted in r174069 because it was causing hangs.
Re-applied in r174212.
Reverted in r174265 because it was /still/ causing hangs.

If this needs to be reverted again it will be punted to far in the future.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175234 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
test/Analysis/ctor-inlining.mm
test/Analysis/temporaries.cpp