This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 13a548961d [MSan] Add flag to disable use-after-dtor. new 36a127d6c7 Diagnostic specific failed condition in a static_assert. new 763bd9136e [Module map] Introduce a private module re-export directive. new f7a95215a4 Add /System/Library/PrivateFrameworks as a header search path.
The 3 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: docs/Modules.rst | 29 +++++++++++++++++- include/clang/Basic/DiagnosticLexKinds.td | 7 +++++ include/clang/Basic/DiagnosticSemaKinds.td | 2 ++ include/clang/Basic/Module.h | 4 +++ include/clang/Sema/Sema.h | 8 +++++ include/clang/Serialization/ASTBitCodes.h | 3 ++ lib/Basic/Module.cpp | 5 ++++ lib/Frontend/InitHeaderSearch.cpp | 1 + lib/Lex/ModuleMap.cpp | 44 ++++++++++++++++++++++++++++ lib/Sema/SemaDeclCXX.cpp | 16 ++++++++-- lib/Sema/SemaTemplate.cpp | 37 ++++++++++++++--------- lib/Serialization/ASTReader.cpp | 7 ++++- lib/Serialization/ASTWriter.cpp | 13 ++++++++ test/Modules/Inputs/export_as_test.modulemap | 9 ++++++ test/Modules/export_as_test.c | 9 ++++++ test/SemaCXX/static-assert.cpp | 17 +++++++++++ 16 files changed, 193 insertions(+), 18 deletions(-) create mode 100644 test/Modules/Inputs/export_as_test.modulemap create mode 100644 test/Modules/export_as_test.c