This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ce51829da0 Fix deduction for conversion function templates converting t [...] new 2cd0afaeb3 [ASTImporter] Refactor Decl creation
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/ASTImporter.h | 10 +- include/clang/AST/ASTStructuralEquivalence.h | 13 +- include/clang/AST/DeclBase.h | 2 +- lib/AST/ASTImporter.cpp | 904 +++++++++++++++------------ lib/AST/ASTStructuralEquivalence.cpp | 9 + lib/AST/ExternalASTMerger.cpp | 8 +- lib/Sema/SemaType.cpp | 1 + unittests/AST/ASTImporterTest.cpp | 102 ++- unittests/AST/StructuralEquivalenceTest.cpp | 5 +- 9 files changed, 594 insertions(+), 460 deletions(-)