]> granicus.if.org Git - clang/commit
Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."
authorJordan Rose <jordan_rose@apple.com>
Sat, 2 Feb 2013 05:15:53 +0000 (05:15 +0000)
committerJordan Rose <jordan_rose@apple.com>
Sat, 2 Feb 2013 05:15:53 +0000 (05:15 +0000)
commit2a3fe34b4a2a1b6ceab8838b896435378ae0e692
tree3bf24bfb0e309cb95c06be4918b77e551d1e9836
parent5595ded882b22d77fdf535bd1a4c6c090110348a
Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."

...again. The problem has not been fixed and our internal buildbot is still
getting hangs.

This reverts r174212, originally applied in r173951, then reverted in r174069.
Will not re-apply until the entire project analyzes successfully on my
local machine.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174265 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