[PATCH] D74606: [clangd] Add add commit characters to the server capabilities

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 18 07:02:30 PST 2020


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


================
Comment at: clang-tools-extra/clangd/ClangdLSPServer.cpp:562
              llvm::json::Object{
+                 {"allCommitCharacters", " \t()[]{}<>:;,+-/*%^&#?.=\""},
                  {"resolveProvider", false},
----------------
I think you're missing pipe and single-quote


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74606





More information about the cfe-commits mailing list