This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7ede89db2c [CodeGen] Treat all vector fields as mayalias new 5f4efc24c8 Implement Itanium name mangling support for C++ Modules TS.
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/Decl.h | 4 ++ include/clang/AST/DeclBase.h | 2 +- include/clang/Basic/Module.h | 15 ++++- include/clang/Lex/ModuleMap.h | 11 +++- lib/AST/Decl.cpp | 26 +++++++- lib/AST/ItaniumMangle.cpp | 69 ++++++++++++++++++---- lib/Lex/ModuleMap.cpp | 13 +++- lib/Sema/Sema.cpp | 18 +++++- lib/Sema/SemaDecl.cpp | 20 ++++--- lib/Serialization/ASTReader.cpp | 5 +- lib/Serialization/ASTWriter.cpp | 5 +- .../modules-ts/basic/basic.def.odr/p4/module.cpp | 14 ++--- .../modules-ts/basic/basic.def.odr/p4/module.cppm | 29 +++++---- .../CXX/modules-ts/basic/basic.def.odr/p4/user.cpp | 2 +- test/CXX/modules-ts/codegen-basics.cppm | 16 +++-- test/SemaCXX/modules-ts.cppm | 12 ++-- 16 files changed, 194 insertions(+), 67 deletions(-)