This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2dd48cf476 Remove accidental newline. new 90051f7676 [modules] Add ability to specify module name to module file [...]
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: docs/Modules.rst | 11 ++++-- include/clang/Driver/Options.td | 4 +-- include/clang/Lex/HeaderSearch.h | 30 ++++++++++++----- include/clang/Lex/HeaderSearchOptions.h | 4 +++ include/clang/Serialization/ASTReader.h | 10 ++++++ include/clang/Serialization/ModuleManager.h | 14 ++++++-- lib/Driver/ToolChains/Clang.cpp | 9 +++-- lib/Frontend/CompilerInstance.cpp | 17 +++++++--- lib/Frontend/CompilerInvocation.cpp | 22 +++++++++--- lib/Frontend/FrontendActions.cpp | 4 +-- lib/Lex/HeaderSearch.cpp | 23 ++++++++----- lib/Serialization/ASTReader.cpp | 32 +++++++++++++++--- lib/Serialization/ASTWriter.cpp | 18 +++++++--- lib/Serialization/GlobalModuleIndex.cpp | 4 +++ lib/Serialization/ModuleManager.cpp | 16 +++++++-- .../basic/basic.search/module-import.cpp | 39 ++++++++++++++++++++++ 16 files changed, 208 insertions(+), 49 deletions(-) create mode 100644 test/CXX/modules-ts/basic/basic.search/module-import.cpp