This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4fbd5c5474 [COFF] Add more missing MSVC ARM64 intrinsics new 43554aef45 Restructure checking for, and warning on, lifetime extension. new ed683dcc4e Replace LLVM_ALIGNAS with just alignas.
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: include/clang/AST/Decl.h | 4 +- include/clang/AST/DeclBase.h | 2 +- include/clang/AST/Type.h | 4 +- include/clang/Basic/DiagnosticGroups.td | 1 + include/clang/Basic/DiagnosticSemaKinds.td | 40 ++- include/clang/Basic/SourceManager.h | 2 +- include/clang/Sema/Initialization.h | 36 +- include/clang/Sema/Sema.h | 5 + lib/CodeGen/CGCleanup.h | 2 +- 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 +- 28 files changed, 491 insertions(+), 248 deletions(-)