This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c6dbb73924 [OpenMP][NFC] Fix requires target test. new ae7a41c9de [c++2a] Add semantic support for private module fragments.
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 | 16 ++- include/clang/Basic/Module.h | 11 +- include/clang/Lex/ModuleMap.h | 16 +-- include/clang/Sema/Sema.h | 18 +++- lib/AST/Decl.cpp | 28 +++-- lib/Lex/ModuleMap.cpp | 12 ++- lib/Sema/Sema.cpp | 114 ++++++++++++--------- lib/Sema/SemaDecl.cpp | 11 +- lib/Sema/SemaModule.cpp | 98 +++++++++++++++--- test/CXX/basic/basic.link/p1.cpp | 40 ++++++-- test/CXX/basic/basic.link/p2.cpp | 16 +++ test/CXX/module/module.interface/p1.cpp | 38 +++++++ .../dcl.dcl/dcl.module/dcl.module.interface/p1.cpp | 5 +- 13 files changed, 326 insertions(+), 97 deletions(-) create mode 100644 test/CXX/basic/basic.link/p2.cpp create mode 100644 test/CXX/module/module.interface/p1.cpp