This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b146aa4a2f Remove obsolete comment new 035a4f5180 [analyzer] Add support for constructors of arguments.
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/CallEvent.h | 34 +++-- .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 5 + .../Checkers/BasicObjCFoundationChecks.cpp | 5 + lib/StaticAnalyzer/Core/CallEvent.cpp | 62 ++++++-- lib/StaticAnalyzer/Core/ExprEngine.cpp | 33 +++-- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 80 ++++++++++- .../Core/ExprEngineCallAndReturn.cpp | 54 ++++++- lib/StaticAnalyzer/Core/ExprEngineObjC.cpp | 16 ++- test/Analysis/copy-elision.cpp | 87 ++++++++++-- test/Analysis/temporaries.cpp | 156 ++++++++++++++++++++- test/Analysis/temporaries.mm | 8 +- 11 files changed, 485 insertions(+), 55 deletions(-)