This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f20a8fd960 [Modules] Fix test to wipe out the cache before using it new c2ca61f3d0 [modules ts] Diagnose 'export' declarations outside of a mod [...]
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/Basic/DiagnosticSemaKinds.td | 7 +++++- include/clang/Basic/Module.h | 12 ++++++++++ lib/Lex/ModuleMap.cpp | 1 + lib/Sema/SemaDecl.cpp | 6 +++++ lib/Serialization/ASTReader.cpp | 3 +++ lib/Serialization/ASTWriter.cpp | 7 +++--- .../dcl.dcl/dcl.module/dcl.module.interface/p1.cpp | 27 ++++++++++++++++++++++ test/Parser/cxx-modules-interface.cppm | 3 +-- test/SemaCXX/modules-ts.cppm | 13 +++++------ 9 files changed, 66 insertions(+), 13 deletions(-) create mode 100644 test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.interface/p1.cpp