This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9ab24b50c1 [AMDGPU] Fix regressions on mesa/clover with libclc due to a [...] new 16280f9d13 [modules ts] Declarations from a module interface unit are o [...]
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/DeclBase.h | 2 +- include/clang/Sema/Sema.h | 2 ++ lib/AST/DeclBase.cpp | 2 +- lib/Parse/Parser.cpp | 2 ++ lib/Sema/Sema.cpp | 12 ++++++++ lib/Sema/SemaDecl.cpp | 35 ++++++++++++++-------- lib/Sema/SemaLookup.cpp | 28 +++++++++++++---- test/CXX/modules-ts/basic/basic.link/p2/module.cpp | 17 +++++++++++ .../CXX/modules-ts/basic/basic.link/p2/module.cppm | 29 ++++++++++++++++++ test/CXX/modules-ts/basic/basic.link/p2/other.cpp | 16 ++++++++++ .../dcl.dcl/dcl.module/dcl.module.import/p1.cpp | 4 +-- test/SemaCXX/modules-ts.cppm | 8 ++++- 12 files changed, 134 insertions(+), 23 deletions(-) create mode 100644 test/CXX/modules-ts/basic/basic.link/p2/module.cpp create mode 100644 test/CXX/modules-ts/basic/basic.link/p2/module.cppm create mode 100644 test/CXX/modules-ts/basic/basic.link/p2/other.cpp