This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7a72a8bc72 [COFF, ARM64] Align global symbol by size for ARM64 MSVC ABI new 2d77937455 Diagnose non-dependent qualified friend function template de [...] new 672ad5280a Replace ad-hoc tracking of pattern for an instantiated class [...]
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/ASTContext.h | 10 --- include/clang/AST/ASTNodeTraverser.h | 11 ++- include/clang/AST/Decl.h | 18 +++- include/clang/AST/DeclTemplate.h | 144 +++++++++++++++++++++---------- include/clang/AST/RecursiveASTVisitor.h | 6 +- include/clang/Sema/Template.h | 3 +- lib/AST/ASTContext.cpp | 21 +---- lib/AST/Decl.cpp | 119 +++++++++++++++---------- lib/AST/DeclTemplate.cpp | 22 +++-- lib/Sema/SemaDecl.cpp | 3 +- lib/Sema/SemaExpr.cpp | 3 +- lib/Sema/SemaOverload.cpp | 1 + lib/Sema/SemaTemplateInstantiate.cpp | 5 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 72 ++++++---------- lib/Serialization/ASTReaderDecl.cpp | 26 ++++-- lib/Serialization/ASTWriterDecl.cpp | 13 +++ test/PCH/cxx-templates.cpp | 30 ++++++- test/PCH/cxx-templates.h | 16 ++++ test/SemaCXX/friend-template-redecl.cpp | 10 ++- test/SemaCXX/lambda-expressions.cpp | 21 +++-- 20 files changed, 339 insertions(+), 215 deletions(-)