summaryrefslogtreecommitdiffstats
path: root/unittests/Basic/VirtualFileSystemTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-2/+4
* Add more debugging code for the SystemZ bot.Juergen Ributzka2017-03-141-12/+24
* Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-141-0/+90
* Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka2017-03-111-75/+0
* Adding debug output to investigate systemz bot issue.Juergen Ributzka2017-03-111-0/+1
* Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-101-0/+74
* Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka2017-03-101-83/+0
* [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-101-0/+83
* [VFS] Replace TimeValue usage with std::chronoPavel Labath2016-11-091-6/+9
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [VFS] Add level() method to vfs::recursive_directory_iteratorBruno Cardoso Lopes2016-05-141-0/+42
* [VFS] Reapply #2: Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes2016-05-121-0/+56
* [Unittests] Reverse the order of arguments for correct debug outputBruno Cardoso Lopes2016-05-121-1/+1
* Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accu...Bruno Cardoso Lopes2016-05-121-29/+1
* [VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes2016-05-121-1/+29
* [VFS][Unittests] Make dir iteration tests depend only on contentBruno Cardoso Lopes2016-05-111-9/+16
* Hopefully bring llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast back to lifeSean Silva2016-05-111-30/+1
* [VFS] One more unittest change to fix win10 buildbotBruno Cardoso Lopes2016-05-101-1/+1
* [VFS] Change unittest to try appeasing win10 buildbotBruno Cardoso Lopes2016-05-101-2/+2
* [VFS] Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes2016-05-101-1/+30
* Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-201-1/+1
* Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes2016-03-171-1/+1
* Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-171-1/+1
* Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes2016-02-231-1/+1
* [VFS] Fix call to getVFSFromYAML in unittestsBruno Cardoso Lopes2016-02-221-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-01-261-2/+1
* Simplify test code with initializer lists.Benjamin Kramer2016-01-101-47/+16
* Make test work on windows by turning \ in paths back into /.Benjamin Kramer2016-01-101-2/+8
* [vfs] Normalize working directory if requested.Benjamin Kramer2016-01-091-0/+6
* [VFS] Fix status() of opened redirected fileBen Langmuir2015-12-101-1/+26
* [VFS] Let the user decide if they want path normalization.Benjamin Kramer2015-10-121-2/+31
* [VFS] Unbreak test.Benjamin Kramer2015-10-121-2/+0
* [VFS] Don't try to be heroic with '.' in paths.Benjamin Kramer2015-10-121-5/+3
* [VFS] remove handling of '..' for now.Benjamin Kramer2015-10-121-3/+0
* [VFS] Just normalize away .. and . in paths for in-memory file systems.Benjamin Kramer2015-10-091-0/+3
* [VFS] Also drop '.' when adding files to an in-memory FS.Benjamin Kramer2015-10-071-0/+3
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-2/+3
* [VFS] Put the incoming name in the file status to make InMemoryFS behave more...Benjamin Kramer2015-10-061-0/+13
* BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while invest...NAKAMURA Takumi2015-10-061-0/+2
* [VFS] Transition clang-format to use an in-memory FS.Benjamin Kramer2015-10-061-0/+12
* Fix the MSVC build.Rafael Espindola2015-10-051-4/+4
* [VFS] Add working directories to every virtual file system.Benjamin Kramer2015-10-051-0/+6
* [VFS] Add an in-memory file system implementation.Benjamin Kramer2015-10-051-0/+67
* [VFS] Remove setName from the file interface.Benjamin Kramer2015-10-051-6/+6
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+1
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-8/+2
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-011-2/+2
* Update for LLVM api change.Rafael Espindola2014-08-271-1/+1