hanchenye-llvm-project/clang/test/VFS
Ben Langmuir f13302e63f [VFS] Fix status() of opened redirected file
Make RedirectedFileSystem::openFilForRead(path)->status() the same as
RedirectedFileSystem::status(path). Previously we would just get the
status of the underlying real file, which would not have the IsVFSMapped
bit set.

This fixes rebuilding a module that has an include that is relative to
the includer where we will lookup the real path of that file before we
lookup the VFS location.

rdar://problem/23640339

llvm-svn: 255312
2015-12-10 23:41:39 +00:00
..
Inputs [VFS] Fix status() of opened redirected file 2015-12-10 23:41:39 +00:00
external-names.c Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
framework-import.m
implicit-include.c
include-mixed-real-and-virtual.c
include-real-from-virtual.c
include-virtual-from-real.c
include.c
incomplete-umbrella.m Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
module-import.m Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
parse-errors.c
real-path-found-first.m [VFS] Fix status() of opened redirected file 2015-12-10 23:41:39 +00:00
relative-path.c
umbrella-mismatch.m Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00