This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Rename FSProvider to TFS in case of ThreadsafeFS
ClosedPublic

Authored by kadircet on Jun 17 2020, 9:10 AM.

Diff Detail

Event Timeline

kadircet created this revision.Jun 17 2020, 9:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 17 2020, 9:10 AM
sammccall accepted this revision.Jun 17 2020, 10:58 AM
sammccall added inline comments.
clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
251–252

These are still FSProvider... would suggest MockFS FS

clang-tools-extra/clangd/unittests/TestTU.cpp
23

Still seem to be a few FSProviders here

This revision is now accepted and ready to land.Jun 17 2020, 10:58 AM

(I'm also happy to zap a few of these as a followup)

kadircet updated this revision to Diff 271985.Jun 19 2020, 3:09 AM
kadircet marked 2 inline comments as done.
  • Address comments
sammccall accepted this revision.Jun 19 2020, 3:27 AM
This revision was automatically updated to reflect the committed changes.