This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3d47197 Extend this test to also be valid in C++14. new 37b415d Add support for derived class special members hiding function [...]
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/AST/DeclCXX.h | 20 ++++ include/clang/Sema/Sema.h | 3 + lib/AST/ASTImporter.cpp | 2 + lib/AST/DeclCXX.cpp | 10 ++ lib/Sema/SemaDeclCXX.cpp | 107 ++++++++++++++------- lib/Serialization/ASTReaderDecl.cpp | 4 + lib/Serialization/ASTWriter.cpp | 2 + .../basic.namespace/namespace.udecl/p12.cpp | 32 ++++++ test/SemaCUDA/implicit-member-target.cu | 5 +- test/SemaCXX/constructor-recovery.cpp | 4 +- 10 files changed, 150 insertions(+), 39 deletions(-)