summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Basic/VirtualFileSystemTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix msvc unittest build.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-5/+6
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-35/+35
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-311-39/+39
* Use make_error_code in preparation for making errc an enum class.Rafael Espindola2014-05-311-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+3
* Attempt to re-enable the VFS unittests on WindowsBen Langmuir2014-03-051-72/+72
* Disable BasicTests/VFS on win32 for now. Investigating.NAKAMURA Takumi2014-03-051-0/+2
* Add a 'use-external-names' option to VFS overlay filesBen Langmuir2014-02-271-2/+52
* Allow multi-component paths in VFS file nodesBen Langmuir2014-02-251-0/+61
* Improve some gtest assertionsBen Langmuir2014-02-241-26/+26
* Pass through context for DiagHandler in VFSBen Langmuir2014-02-241-27/+31
* Add a VFSFromYAML class and a parser to create itBen Langmuir2014-02-211-15/+263
* Recommit virtual file systemBen Langmuir2014-02-201-0/+216
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-201-216/+0
* Fix some test issues in VirtualFileSystemTestBen Langmuir2014-02-191-14/+9
* Attempt to appease C++11 buildbotsBen Langmuir2014-02-191-20/+38
* Add an OverlayFileSystem classBen Langmuir2014-02-191-0/+203
OpenPOWER on IntegriCloud