This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2bb1531af2 Fix test expectation to match reality. new 5150b8d143 [VFS] Add property 'fallthrough' that controls fallback to r [...]
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/CompilerInvocation.cpp | 18 +++---- test/VFS/Inputs/Broken.framework/Headers/Error.h | 3 ++ .../Modules/module.modulemap | 2 +- .../Inputs/Broken.framework/VFSHeaders}/A.h | 0 test/VFS/Inputs/vfsroot.yaml | 55 ++++++++++++++++++++++ test/VFS/vfsroot-include.c | 17 +++++++ test/VFS/vfsroot-module.m | 10 ++++ test/VFS/vfsroot-with-overlay.c | 12 +++++ 8 files changed, 108 insertions(+), 9 deletions(-) create mode 100644 test/VFS/Inputs/Broken.framework/Headers/Error.h copy test/VFS/Inputs/{Bar.framework => Broken.framework}/Modules/module.modulemap (61%) copy test/{Modules/Inputs/Main.framework/Headers => VFS/Inputs/Broken.framework/VF [...] create mode 100644 test/VFS/Inputs/vfsroot.yaml create mode 100644 test/VFS/vfsroot-include.c create mode 100644 test/VFS/vfsroot-module.m create mode 100644 test/VFS/vfsroot-with-overlay.c