This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3ad62f50a0 [analyzer] Make checkEndFunction() give access to the return [...] new bd8c87930b Restructure checking for, and warning on, lifetime extension.
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: include/clang/Basic/DiagnosticGroups.td | 1 + include/clang/Basic/DiagnosticSemaKinds.td | 40 ++- include/clang/Sema/Initialization.h | 34 +- include/clang/Sema/Sema.h | 5 + lib/Sema/SemaDeclCXX.cpp | 7 +- lib/Sema/SemaExprCXX.cpp | 7 - lib/Sema/SemaInit.cpp | 370 +++++++++++++++------ test/Analysis/initializer.cpp | 23 -- test/CXX/drs/dr16xx.cpp | 94 ++++++ test/CXX/drs/dr18xx.cpp | 11 + test/CXX/special/class.copy/p11.0x.copy.cpp | 13 +- test/CXX/special/class.copy/p11.0x.move.cpp | 2 +- test/CXX/special/class.ctor/p5-0x.cpp | 6 +- test/CXX/temp/temp.param/p5.cpp | 12 +- .../cxx0x-initializer-stdinitializerlist.cpp | 30 -- test/CodeGenCXX/temporaries.cpp | 27 -- test/SemaCXX/constant-expression-cxx11.cpp | 9 +- test/SemaCXX/constexpr-default-arg.cpp | 4 +- .../cxx0x-initializer-stdinitializerlist.cpp | 9 +- test/SemaCXX/eval-crashes.cpp | 6 +- test/SemaCXX/member-init.cpp | 3 +- test/SemaCXX/warn-dangling-field.cpp | 6 +- www/cxx_dr_status.html | 4 +- 23 files changed, 483 insertions(+), 240 deletions(-)