This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 362362f51f Add test case that was broken by r311970. new 6f7f03ccb1 Revert r312105 [modules] Add ability to specify module name [...]
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, 49 insertions(+), 208 deletions(-) delete mode 100644 test/CXX/modules-ts/basic/basic.search/module-import.cpp