Add a parameter to LoadFromASTFile that accepts a file system and defaults to the...
authorAndy Soffer <asoffer@google.com>
Wed, 8 Jun 2022 15:17:22 +0000 (15:17 +0000)
committerYitzhak Mandelbaum <yitzhakm@google.com>
Wed, 8 Jun 2022 15:37:52 +0000 (15:37 +0000)
commit9d6d069f4e9a6dd6882aaf896f73f234b3dd7194
treee3679b97b420b45dae907f14edd39aad7ec42a89
parent51b557adc131d8c66306ae74ce3bbaaa2e366dc3
Add a parameter to LoadFromASTFile that accepts a file system and defaults to the real file-system.

Reviewed By: ymandel

Differential Revision: https://reviews.llvm.org/D126888
clang/include/clang/Frontend/ASTUnit.h
clang/lib/Frontend/ASTUnit.cpp