]> granicus.if.org Git - clang/commit
VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping files
authorJustin Bogner <mail@justinbogner.com>
Tue, 20 May 2014 21:43:27 +0000 (21:43 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 20 May 2014 21:43:27 +0000 (21:43 +0000)
commit99b5a85324c758f15a72fdf084240f3c2af8ce35
tree9b59cdee6b4f29aa96613de81b9ef74ae98d0b1c
parentaddbfc942181c163fe2fb2e436dcbcf0594ded1d
VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping files

This moves the logic to write a JSON VFS mapping from the C api into
VirtualFileSystem, so that we can use it internally.

No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209241 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/VirtualFileSystem.h
lib/Basic/VirtualFileSystem.cpp
tools/libclang/BuildSystem.cpp