hanchenye-llvm-project/clang/unittests/Basic
Bruno Cardoso Lopes 32b2897af6 [VFS] Add level() method to vfs::recursive_directory_iterator
Unlike sys::fs::recursive_directory_iterator,
vfs::recursive_directory_iterator does not implement the level() method,
which tells how deep in the directory tree the current iterator is. This
is needed in the vfs::recursive_directory_iterator so that future
improvements to the crash reproducer will be able to properly access
header for umbrellas when looking into the VFS.

rdar://problem/25880368

llvm-svn: 269520
2016-05-14 00:00:18 +00:00
..
CMakeLists.txt Basic: move CodeGenOptions from Frontend 2016-04-07 17:49:44 +00:00
CharInfoTest.cpp
DiagnosticTest.cpp Optionally demote fatal errors to non-fatal errors. 2016-03-01 10:56:19 +00:00
FileManagerTest.cpp
SourceManagerTest.cpp Make TargetInfo store an actual DataLayout instead of a string. 2016-03-04 19:00:41 +00:00
VirtualFileSystemTest.cpp [VFS] Add level() method to vfs::recursive_directory_iterator 2016-05-14 00:00:18 +00:00