[PATCH] D37101: [clangd] Add support for snippet completions

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 8 02:12:39 PDT 2017


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

Thanks for the change! Looks good minus an outdated description of `enable-snippets` flag.
Do you have commit access to llvm repository?



================
Comment at: clangd/tool/ClangdMain.cpp:31
+    EnableSnippets("enable-snippets",
+                   llvm::cl::desc("Disable \"snippet\" completions and only "
+                                  "present plaintext completions."),
----------------
Description still mentions `disable-snippets`.


https://reviews.llvm.org/D37101





More information about the cfe-commits mailing list