This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3e76d34afa [CFG] [analyzer] Add construction context to C++ return-by-v [...] new 9a1bd8b74c [analyzer] Destroy and lifetime-extend inlined function retu [...] new b2dc2834ca [analyzer] NFC: Move the code for setting temp object lifeti [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 8 ++ lib/StaticAnalyzer/Core/ExprEngine.cpp | 60 ++++++++ lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 57 ++------ test/Analysis/lifetime-extension.cpp | 156 +++++++++++++++++++++ 4 files changed, 237 insertions(+), 44 deletions(-)