forked from OSchip/llvm-project
1da7eac87c
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 |
||
---|---|---|
.. | ||
AnalysisConsumer.cpp | ||
CMakeLists.txt | ||
CheckerRegistration.cpp | ||
CheckerRegistry.cpp | ||
FrontendActions.cpp | ||
ModelConsumer.cpp | ||
ModelInjector.cpp | ||
ModelInjector.h |