[PATCH] D53192: [clangd] Do not query index for new name completions.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 14 23:54:02 PDT 2018


sammccall added a comment.

(This looks good, of course the Sema patch needs to land first!)



================
Comment at: clangd/CodeComplete.cpp:643
   case CodeCompletionContext::CCC_Recovery:
+  // TODO: Provide identifier based completions for the following two contexts:
+  case CodeCompletionContext::CCC_Name:
----------------
consider Recovery, NaturalLanguage there too? and maybe Other?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53192





More information about the cfe-commits mailing list