ilya-biryukov added inline comments.

================
Comment at: clangd/tool/ClangdMain.cpp:169
+  clangd::CodeCompleteOptions CCOpts;
+  CCOpts.EnableSnippets = EnableSnippets;
+  CCOpts.IncludeIneligibleResults = IncludeIneligibleResults;
----------------
We should also set `IncludeCodePatterns = EnableSnippets` here.  May be worth 
adding a test that they are in the completion results.


https://reviews.llvm.org/D39836



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

Reply via email to