This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 08e4943d2e [x86][inline-asm] allow recognition of MPX regs inside ms in [...] new adcd5e3041 [Modules TS] Added module re-export support.
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/Parse/Parser.h | 2 +- lib/Parse/ParseObjc.cpp | 6 ++-- lib/Parse/Parser.cpp | 14 ++++---- lib/Sema/SemaDecl.cpp | 13 ++++--- .../dcl.dcl/dcl.module/dcl.module.export/p1.cpp | 40 ++++++++++++++++++++++ test/SemaCXX/modules-ts.cppm | 4 --- 6 files changed, 62 insertions(+), 17 deletions(-) create mode 100644 test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.export/p1.cpp