This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1068a78 Remove unused and undesirable reference from BindingDecl to D [...] new 3360e87 [VFS] Add 'ignore-non-existent-contents' field to YAML files new a0c9770 [VFS] Skip non existent files from the VFS tree
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: include/clang/Basic/VirtualFileSystem.h | 4 ++ lib/Basic/VirtualFileSystem.cpp | 60 ++++++++++++++++++---- lib/Frontend/ModuleDependencyCollector.cpp | 4 ++ test/Modules/crash-vfs-run-reproducer.m | 1 + test/VFS/Inputs/Bar.framework/Headers/A.h | 1 + .../Inputs/Bar.framework}/Headers/B.h | 0 .../Inputs/Bar.framework/Headers}/C.h | 0 .../Inputs/Bar.framework/Modules/module.modulemap | 6 +++ test/VFS/Inputs/bar-headers.yaml | 39 ++++++++++++++ test/VFS/Inputs/vfsoverlay2.yaml | 1 + test/VFS/umbrella-framework-import-skipnonexist.m | 14 +++++ 11 files changed, 120 insertions(+), 10 deletions(-) create mode 100644 test/VFS/Inputs/Bar.framework/Headers/A.h copy test/{Modules/Inputs/crash-recovery/Frameworks/B.framework => VFS/Inputs/Bar. [...] copy test/{Modules/Inputs/require-modular-includes => VFS/Inputs/Bar.framework/Hea [...] create mode 100644 test/VFS/Inputs/Bar.framework/Modules/module.modulemap create mode 100644 test/VFS/Inputs/bar-headers.yaml create mode 100644 test/VFS/umbrella-framework-import-skipnonexist.m