This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 45d8e8a clangToolingRefactor: Add libdeps upon clangFormat in r298913. new 966ccc5 [analyzer] When creating a temporary object, properly copy th [...]
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 | 14 ++--- .../Checkers/AnalysisOrderChecker.cpp | 49 ++++++++++++++--- lib/StaticAnalyzer/Core/ExprEngine.cpp | 64 +++++++++++++++++----- test/Analysis/temporaries-callback-order.cpp | 36 ++++++++++++ test/Analysis/temporaries.cpp | 27 +++++++++ 5 files changed, 160 insertions(+), 30 deletions(-) create mode 100644 test/Analysis/temporaries-callback-order.cpp