llvm-project/clang/test/VFS/Inputs
Volodymyr Sapsai f239a44ac9 [VFS] Add property 'fallthrough' that controls fallback to real file system.
Default property value 'true' preserves current behavior. Value 'false' can be
used to create VFS "root", file system that gives better control over which
files compiler can use during compilation as there are no unpredictable
accesses to real file system.

Non-fallthrough use case changes how we treat multiple VFS overlay
files. Instead of all of them being at the same level just above a real
file system, now they are nested and subsequent overlays can refer to
files in previous overlays.

Change is done both in LLVM and Clang, corresponding LLVM commit is r345431.

rdar://problem/39465552

Reviewers: bruno, benlangmuir

Reviewed By: bruno

Subscribers: dexonsmith, cfe-commits, hiraditya

Differential Revision: https://reviews.llvm.org/D50539

llvm-svn: 345432
2018-10-26 22:16:24 +00:00
..
Bar.framework
Broken.framework [VFS] Add property 'fallthrough' that controls fallback to real file system. 2018-10-26 22:16:24 +00:00
Foo.framework
MissingVFS
Nonmodular
UsesFoo.framework
Foo.h
Incomplete.h
IncompleteVFS.h
actual_header.h
actual_module.map
actual_module2.map
bar-headers.yaml
external-names.h
import_some_frame.h
include_real.h
incomplete-umbrella.modulemap
invalid-yaml.yaml
missing-key.yaml
public_header.h
public_header2.h
public_header3.h
some_frame_module.map
unknown-key.yaml
unknown-value.yaml
use-external-names.yaml
vfsoverlay.yaml
vfsoverlay2.yaml
vfsroot.yaml [VFS] Add property 'fallthrough' that controls fallback to real file system. 2018-10-26 22:16:24 +00:00