summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Basic/VirtualFileSystemTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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