This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1d7b328198a7: [clangd] Introduce client state invalidation
(authored by kadircet).
Changed prior to commit:
https://reviews.llvm.org/D97548?vs=328
kadircet updated this revision to Diff 328067.
kadircet marked an inline comment as done.
kadircet added a comment.
- Rename method and update comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97548/new/
https://reviews.llvm.org/D97548
Files:
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
Comment at: clang-tools-extra/clangd/ClangdServer.h:78
+
+/// Called when server triggers a state change without client requesting
it.
+/// For example a p
kadircet added a comment.
ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97548/new/
https://reviews.llvm.org/D97548
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-
kadircet added inline comments.
Comment at: clang-tools-extra/clangd/test/semantic-tokens-refresh.test:13
+# CHECK:"method": "workspace/semanticTokens/refresh",
+# CHECK-NEXT: "params": null
+# CHECK-NEXT: }
lsp spec says `params: none` for this reques
kadircet created this revision.
kadircet added a reviewer: sammccall.
Herald added subscribers: usaxena95, arphaman.
kadircet requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang.
Clangd can invalidate client state of featu