aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/ModuleMap.cpp
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2019-03-26 22:18:52 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2019-03-26 22:18:52 +0000
commit1da7eac87c15662f808f69e260e3ec47923c28f6 (patch)
tree200e20c53a6506ef729d433f6587de98937af73d /clang/lib/Lex/ModuleMap.cpp
parent19c45546fc70d705ce3b470fca4289f33d0cdc20 (diff)
downloadllvm-1da7eac87c15662f808f69e260e3ec47923c28f6.zip
llvm-1da7eac87c15662f808f69e260e3ec47923c28f6.tar.gz
llvm-1da7eac87c15662f808f69e260e3ec47923c28f6.tar.bz2
Frontend: Remove CompilerInstance::VirtualFileSystem, NFC
Remove CompilerInstance::VirtualFileSystem and CompilerInstance::setVirtualFileSystem, instead relying on the VFS in the FileManager. CompilerInstance and its clients already went to some trouble to make these match. Now they are guaranteed to match. As part of this, I added a VFS parameter (defaults to nullptr) to CompilerInstance::createFileManager, to avoid repeating construction logic in clients that just wanted to customize the VFS. https://reviews.llvm.org/D59377 llvm-svn: 357037
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions