kadircet added inline comments.

================
Comment at: clang-tools-extra/clangd/ClangdLSPServer.h:223
+    // We've requested the client to create a progress bar.
+    // Meanwhile, the state is buffered in PendingBackgraundIndexProgress.
+    Creating,
----------------
s/PendingBackgraundIndexProgress/PendingBackgroundIndexProgress/


================
Comment at: clang-tools-extra/clangd/ClangdLSPServer.h:232
+  /// LSP extension: skip WorkDoneProgressCreate, just send progress streams.
+  bool BackgroundIndexSkipCreate;
   // Store of the current versions of the open documents.
----------------
initialize to `false`


================
Comment at: clang-tools-extra/clangd/Protocol.cpp:383
+
+llvm::json::Value toJSON(const WorkDoneProgressBegin &P) {
+  llvm::json::Object Result{
----------------
why not  have a single struct with that has a required `kind` field and a bunch 
of optional fields.
Later on we can assert on the existence of fields depending on the kind, I 
think it would simplify the implementation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73218



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

Reply via email to