This is an archive of the discontinued LLVM Phabricator instance.

Frontend: Always create a new FileManager in ASTUnit::CodeComplete
AcceptedPublic

Authored by dexonsmith on Nov 11 2020, 1:29 PM.

Details

Summary

The filesystem underneath it may have changed. This matches other
ASTUnit entry points like Reparse, and unblocks implementing
remapped files in a VFS layer underneath the FileManager in a future
patch.

Diff Detail