This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bb709adc10 Track skipped files in dependency scanning. new a05f37359b [Modules] Allow @import to reach submodules in private module maps
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: lib/Frontend/CompilerInstance.cpp | 20 ++++++++++++++++++++ .../A.framework}/Headers/A.h | 0 .../A.framework/Headers/SomeSub.h | 0 .../A.framework/Modules/module.modulemap | 3 +++ .../A.framework/Modules/module.private.modulemap | 7 +++++++ .../A.framework/PrivateHeaders/APrivate.h | 0 test/Modules/submodule-in-private-mmap.m | 7 +++++++ 7 files changed, 37 insertions(+) copy test/Modules/Inputs/{Main.framework => submodule-in-private-mmap/A.framework} [...] copy bindings/python/tests/__init__.py => test/Modules/Inputs/submodule-in-private [...] create mode 100644 test/Modules/Inputs/submodule-in-private-mmap/A.framework/Modul [...] create mode 100644 test/Modules/Inputs/submodule-in-private-mmap/A.framework/Modul [...] copy bindings/python/tests/__init__.py => test/Modules/Inputs/submodule-in-private [...] create mode 100644 test/Modules/submodule-in-private-mmap.m