]> granicus.if.org Git - clang/commit
Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.
authorIlya Biryukov <ibiryukov@google.com>
Wed, 28 Jun 2017 15:06:34 +0000 (15:06 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Wed, 28 Jun 2017 15:06:34 +0000 (15:06 +0000)
commit351c5b32bd8b35886cc5ad8d48bac63488bd43a1
tree73aea6cf5cf843bc5a9f0cc0377f58eb8148eb14
parent48a9f92925dcc419806e2652675bece0f0db62c9
Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.

Summary: It used to always call into the RealFileSystem before.

Reviewers: bkramer, krasimir, klimek, bruno

Reviewed By: klimek

Subscribers: bruno, cfe-commits

Differential Revision: https://reviews.llvm.org/D34469

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306549 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/Utils.h
lib/Frontend/ASTUnit.cpp
lib/Frontend/CreateInvocationFromCommandLine.cpp