This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c3d3ed8659 [CFG] [analyzer] Simplify lifetime-extended temporary constr [...] new 9d345ab5b4 [analyzer] Add support for pre-C++17 copy elision.
The 1 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 | 23 ++- lib/StaticAnalyzer/Core/ExprEngine.cpp | 146 +++++++++++----- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 47 +++++- test/Analysis/cxx17-mandatory-elision.cpp | 30 +++- test/Analysis/gtest.cpp | 6 +- test/Analysis/inlining/temp-dtors-path-notes.cpp | 9 +- test/Analysis/lifetime-extension.cpp | 158 ++++++----------- test/Analysis/temporaries.cpp | 188 +++++---------------- 8 files changed, 286 insertions(+), 321 deletions(-)