[PATCH] D49142: [clangd] Extract FileSystemProvider into a separate header. NFC

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 12 07:45:39 PDT 2018


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clangd/FSProvider.cpp:15
+
+IntrusiveRefCntPtr<vfs::FileSystem> RealFileSystemProvider::getFileSystem() {
+  return vfs::getRealFileSystem();
----------------
seems like this should just be inlined


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D49142





More information about the cfe-commits mailing list