give FileManager a 'FileSystemOptions' ivar, which will be used
commitad5ac02e25ed48ceb7b2ad1fb0ab7fd85ebcab60
authorChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2010 07:51:02 +0000 (23 07:51 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2010 07:51:02 +0000 (23 07:51 +0000)
tree91682978a5bcc7469d1e8685bcb157952f68d574
parent09d54cbacb825fcfec8d2b8d4ea0bf487cebfbdc
give FileManager a 'FileSystemOptions' ivar, which will be used
to simplify a bunch of code in it.  It should ultimately get inlined
into FileManager.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120007 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/FileManager.h
lib/Basic/FileManager.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
tools/libclang/CIndexCodeCompletion.cpp