ilya-biryukov accepted this revision.
ilya-biryukov added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clangd/ClangdServer.cpp:382
+    auto Style = getFormatStyleForFile(File, InpAST->Inputs.Contents,
+                                       FSProvider.getFileSystem().get());
+    return CB(
----------------
NIT: use `InpAST.Inputs.FS` instead of creating a new instance of the vfs.


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58051/new/

https://reviews.llvm.org/D58051



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to