[PATCH] D81173: [clangd] Change ParseInputs to store FSProvider rather than VFS
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 8 01:02:59 PDT 2020
sammccall added a comment.
Let's land this and do further refactoring/renames later.
As you mentioned, it's not possible to inline some of the cases where raw pointers are e.g. stored in structs due to lifetime issues. I expect many of these to go away once we use FSProvider more pervasively.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81173/new/
https://reviews.llvm.org/D81173
More information about the cfe-commits
mailing list