[PATCH] D126806: Add an overload to ASTUnit::LoadFromASTFile that accepts a virtual file system.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 1 12:43:56 PDT 2022


ymandel added a comment.

Why add an overload rather than adding it before `UseDebugInfo` and defaulting it to `getRealFileSystem()`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126806/new/

https://reviews.llvm.org/D126806



More information about the cfe-commits mailing list