You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ASTUnit] Use createPhysicalFileSystem if no VFS was provided
Use `createPhysicalFileSystem` instead of `getRealFileSystem` to
avoid affecting the process' current working directory, and set it
at the top of `ASTUnit::LoadFromCommandLine` such that the driver
used for argument parsing and the ASTUnit share the same VFS. This
ensures that '-working-directory' correctly sets the VFS working
directory in addition to the FileManager working directory.
0 commit comments