llvm-project/clang/unittests/Basic
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
..
CMakeLists.txt Make DiagnosticErrorTrap work even if SuppressAllDiagnostics is enabled. 2014-12-05 21:52:58 +00:00
CharInfoTest.cpp
DiagnosticTest.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
FileManagerTest.cpp Add missing include. 2015-03-01 21:36:40 +00:00
Makefile
SourceManagerTest.cpp Fix -Wextra-semi warnings. 2015-07-22 20:46:26 +00:00
VirtualFileSystemTest.cpp [VFS] Fix status() of opened redirected file 2015-12-10 23:41:39 +00:00