This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bd1add2fd5 [analyzer] Remove redundant check new 9be874366e [MinGW, CrossWindows] Allow passing -static together with -shared new b4b42d6821 [analyzer] Introduce correct lifetime extension behavior in [...]
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 | 13 ++ lib/Driver/ToolChains/CrossWindows.cpp | 3 +- lib/Driver/ToolChains/MinGW.cpp | 25 ++- lib/StaticAnalyzer/Core/ExprEngine.cpp | 169 ++++++++++++++++----- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 15 +- test/Analysis/lifetime-extension.cpp | 159 ++++++++++++++++++- test/Analysis/temporaries.cpp | 27 ++++ test/Driver/mingw-libgcc.c | 13 +- test/Driver/windows-cross.c | 10 ++ 9 files changed, 369 insertions(+), 65 deletions(-)