summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Basic/VirtualFileSystemTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Create a std::unique_ptr earlier.Rafael Espindola2014-08-171-3/+3
* Convert a few ownership comments with std::unique_ptr.Rafael Espindola2014-08-171-1/+2
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-36/+36
* Add vfs::recursive_directory_iteratorBen Langmuir2014-06-251-6/+102
* VirtualFileSystemTest.cpp: Get rid of initializer list on std::vector, to app...NAKAMURA Takumi2014-06-251-21/+29
* Reformat.NAKAMURA Takumi2014-06-251-10/+9
* Fix test issues from r211623 and remove test-only APIBen Langmuir2014-06-241-18/+21
* Disable the bits of r211623 that broke the botsBen Langmuir2014-06-241-15/+16
* Add directory_iterator for (non-recursive) iteration of VFS directoriesBen Langmuir2014-06-241-0/+242
* Update for llvm api change.Rafael Espindola2014-06-131-6/+7
* Refer to error_code with the std prefix.Rafael Espindola2014-06-121-13/+14
OpenPOWER on IntegriCloud