summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/VirtualFileSystem.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Reduce verbosity in the virtual file system using LLVM.hBen Langmuir2014-02-191-8/+6
| | | | | | No functional change llvm-svn: 201696
* Remove typo from r201618Ben Langmuir2014-02-191-1/+1
| | | | | | Fixes PR18895 llvm-svn: 201685
* Add an OverlayFileSystem classBen Langmuir2014-02-191-0/+33
| | | | | | | Provides a way to merge multiple vfs::FileSystem objects into a single filesystem. llvm-svn: 201635
* Initial implementation of virtual file systemBen Langmuir2014-02-191-0/+162
This adds the minimum virtual file system support to start migrating FileManager onto the VFS. Originally discussed here: http://lists.cs.uiuc.edu/pipermail/cfe-dev/2014-February/035188.html Differential Revision: http://llvm-reviews.chandlerc.com/D2745 llvm-svn: 201618
OpenPOWER on IntegriCloud