This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1ffe33b [test] Disable test/Index/pch-from-libclang.c for non-darwin [...] new 3d1874e C++ DR1611, 1658, 2180: implement "potentially constructed su [...] new 908568b Update cxx_dr_status page.
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/DeclCXX.h | 11 ++- lib/AST/ASTImporter.cpp | 6 +- lib/AST/DeclCXX.cpp | 38 +++++---- lib/CodeGen/CGClass.cpp | 14 ++++ lib/Sema/SemaDeclCXX.cpp | 34 +++++--- lib/Serialization/ASTReaderDecl.cpp | 6 +- lib/Serialization/ASTWriter.cpp | 3 +- test/CXX/drs/dr16xx.cpp | 118 ++++++++++++++++++++++++++++ test/CXX/drs/dr21xx.cpp | 24 ++++++ test/CodeGenCXX/constructors.cpp | 56 ++++++++++++- test/CodeGenCXX/implicit-exception-spec.cpp | 22 ++++++ test/SemaCXX/implicit-exception-spec.cpp | 58 ++++++++++++++ www/cxx_dr_status.html | 6 +- 13 files changed, 357 insertions(+), 39 deletions(-) create mode 100644 test/CXX/drs/dr21xx.cpp create mode 100644 test/CodeGenCXX/implicit-exception-spec.cpp