This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4683fc7619 [Parse] Use normalized attr name for late-parsing checks. new 7d6afdff43 Reinstate "Load lazily the template specialization in multi- [...] new 5739844a09 [ODRHash] Support Type TemplateArgument new 7fd4191f69 Fix PR 33189: Clang assertion on template destructor declaration
The 3 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: lib/AST/DeclCXX.cpp | 5 +- lib/AST/ODRHash.cpp | 3 ++ lib/Serialization/ASTReaderDecl.cpp | 85 +++++++++++++++++-------------- test/Modules/odr_hash.cpp | 34 +++++++++++++ test/SemaTemplate/destructor-template.cpp | 6 +++ 5 files changed, 91 insertions(+), 42 deletions(-)