sammccall added inline comments.

================
Comment at: clang-tools-extra/clangd/CodeComplete.cpp:845
   case CodeCompletionContext::CCC_NewName:
+  case CodeCompletionContext::CCC_TopLevelOrExpression:
     return false;
----------------
This should be `true` rather than `false`, since both TopLevel and Expression 
are completed using the index.

(Though I realize that for now we'll never hit this context)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154382

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

Reply via email to