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

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 24 08:02:22 PDT 2018


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


================
Comment at: unittests/clangd/CodeCompleteTests.cpp:2180
+  clangd::CodeCompleteOptions Opts;
+  Opts.AllScopes = true;
+  auto Results = completions(R"cpp(
----------------
Any need to actually enable this option, or just copied from above test?

(If not, no need to pass opts at all, it'll be defaulted).


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53192





More information about the cfe-commits mailing list