This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8dceb4d [libclang] Added missing entry for newly introduced 'clang_ge [...] new 8c1ac8c Module: add -fprebuilt-module-path to support loading prebuil [...] new 49b5d72 Revert "[Driver] Use llvm-config.h, not config.h to unbreak o [...]
The 2 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 | 3 + include/clang/Basic/DiagnosticCommonKinds.td | 2 + include/clang/Driver/Options.td | 3 + include/clang/Lex/HeaderSearch.h | 5 +- include/clang/Lex/HeaderSearchOptions.h | 7 +++ include/clang/Serialization/Module.h | 6 +- lib/Driver/Tools.cpp | 7 +++ lib/Frontend/ASTUnit.cpp | 1 + lib/Frontend/CompilerInstance.cpp | 69 +++++++++++++++++++--- lib/Frontend/CompilerInvocation.cpp | 2 + lib/Frontend/FrontendActions.cpp | 3 +- lib/Lex/HeaderSearch.cpp | 22 ++++++- lib/Serialization/ASTReader.cpp | 34 ++++++----- lib/Serialization/ASTReaderDecl.cpp | 5 +- lib/Serialization/ModuleManager.cpp | 2 +- test/Driver/modules.m | 7 +++ .../{DiagOutOfDate.h => prebuilt-module/a.h} | 0 .../Inputs/prebuilt-module/module.modulemap | 1 + test/Modules/prebuilt-module.m | 10 ++++ tools/driver/cc1_main.cpp | 2 +- 20 files changed, 155 insertions(+), 36 deletions(-) copy test/Modules/Inputs/{DiagOutOfDate.h => prebuilt-module/a.h} (100%) create mode 100644 test/Modules/Inputs/prebuilt-module/module.modulemap create mode 100644 test/Modules/prebuilt-module.m