This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a7362da CodeGen: Replace ThinLTO backend implementation with a client [...] new 5ce39e3 Reapply [VFS] Skip non existent files from the VFS tree
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/Basic/VirtualFileSystem.cpp | 34 ++++++++++++++----- 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/umbrella-framework-import-skipnonexist.m | 14 ++++++++ 7 files changed, 86 insertions(+), 8 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