aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Basic/VirtualFileSystemTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere1-1592/+0
2018-10-01[Basic] Update clang tests (really testing sys::fs) that broke with r343460Sam McCall1-51/+25
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song1-2/+2
2018-09-14[VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall1-27/+29
2018-09-04Adding HardLink Support to VirtualFileSystem.Ilya Biryukov1-0/+114
2018-08-08[VFS] Remove superfluous semicolon from unittest.Craig Topper1-1/+1
2018-08-07[VFS] Emit an error when entry at root level uses a relative path.Volodymyr Sapsai1-0/+32
2018-08-06[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi1-10/+49
2018-07-26Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...Reid Kleckner1-49/+10
2018-07-26[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi1-10/+49
2018-07-11Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...Eric Liu1-32/+1
2018-07-11[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi1-1/+32
2018-05-24Disable an in-memory vfs file path test on windows.Eric Liu1-0/+2
2018-05-24[VFS] Implement getRealPath in InMemoryFileSystem.Eric Liu1-0/+22
2018-05-18[VFS] Implement getRealPath for OverlayFileSystem.Eric Liu1-0/+44
2018-04-30IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber1-0/+1
2018-04-04Fixes errors with FS iterators caused by https://reviews.llvm.org/D44960Max Moroz1-9/+17
2018-03-27[clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-3/+3
2017-11-16[VirtualFileSystem] Support creating directories then adding files insideBen Hamilton1-0/+13
2017-11-09[VirtualFileSystem] InMemoryFileSystem::addFile(): Type and PermsBen Hamilton1-0/+69
2017-06-15Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova1-2/+4
2017-03-14Add more debugging code for the SystemZ bot.Juergen Ributzka1-12/+24
2017-03-14Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka1-0/+90
2017-03-11Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka1-75/+0
2017-03-11Adding debug output to investigate systemz bot issue.Juergen Ributzka1-0/+1
2017-03-10Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka1-0/+74
2017-03-10Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka1-83/+0
2017-03-10[VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka1-0/+83
2016-11-09[VFS] Replace TimeValue usage with std::chronoPavel Labath1-6/+9
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-05-14[VFS] Add level() method to vfs::recursive_directory_iteratorBruno Cardoso Lopes1-0/+42
2016-05-12[VFS] Reapply #2: Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes1-0/+56
2016-05-12[Unittests] Reverse the order of arguments for correct debug outputBruno Cardoso Lopes1-1/+1
2016-05-12Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accu...Bruno Cardoso Lopes1-29/+1
2016-05-12[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes1-1/+29
2016-05-11[VFS][Unittests] Make dir iteration tests depend only on contentBruno Cardoso Lopes1-9/+16
2016-05-11Hopefully bring llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast back to lifeSean Silva1-30/+1
2016-05-10[VFS] One more unittest change to fix win10 buildbotBruno Cardoso Lopes1-1/+1
2016-05-10[VFS] Change unittest to try appeasing win10 buildbotBruno Cardoso Lopes1-2/+2
2016-05-10[VFS] Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes1-1/+30
2016-03-20Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes1-1/+1
2016-03-17Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes1-1/+1
2016-03-17Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes1-1/+1
2016-02-23Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes1-1/+1
2016-02-22[VFS] Fix call to getVFSFromYAML in unittestsBruno Cardoso Lopes1-1/+1
2016-01-26Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko1-2/+1
2016-01-10Simplify test code with initializer lists.Benjamin Kramer1-47/+16
2016-01-10Make test work on windows by turning \ in paths back into /.Benjamin Kramer1-2/+8
2016-01-09[vfs] Normalize working directory if requested.Benjamin Kramer1-0/+6
2015-12-10[VFS] Fix status() of opened redirected fileBen Langmuir1-1/+26