]> granicus.if.org Git - clang/commit
[analyzer] fix handling of MaterializeTemporaryExpr by binding the result value to
authorTed Kremenek <kremenek@apple.com>
Thu, 28 Jul 2011 23:07:36 +0000 (23:07 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 28 Jul 2011 23:07:36 +0000 (23:07 +0000)
commiteea72a925f294225391ecec876a342771c09b635
treec4429dfd08ff5c38b7662ca266609aa4b80b4db8
parent86c67d8802a9e0887c31c850188991465ac3c1bd
[analyzer] fix handling of MaterializeTemporaryExpr by binding the result value to
the proper expression.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136412 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
lib/StaticAnalyzer/Core/CXXExprEngine.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
test/Analysis/reference.cpp