]> granicus.if.org Git - clang/commit
Add an OverlayFileSystem class
authorBen Langmuir <blangmuir@apple.com>
Wed, 19 Feb 2014 03:29:17 +0000 (03:29 +0000)
committerBen Langmuir <blangmuir@apple.com>
Wed, 19 Feb 2014 03:29:17 +0000 (03:29 +0000)
commit0d3cd059d7f9f37dcc8812e5e879502f4ec28283
tree541d7ca71892b80f207c7167d4a37f6b4c4543c6
parentf9b4b1d7b0bb58088042ae413a27390645046fe8
Add an OverlayFileSystem class

Provides a way to merge multiple vfs::FileSystem objects into a single
filesystem.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201635 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/VirtualFileSystem.h
lib/Basic/VirtualFileSystem.cpp
unittests/Basic/CMakeLists.txt
unittests/Basic/VirtualFileSystemTest.cpp [new file with mode: 0644]