[PATCH] D54519: [clangd] Fix no results returned for global symbols in dexp

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 15 01:16:34 PST 2018


ioeric added inline comments.


================
Comment at: clangd/index/dex/dexp/Dexp.cpp:64
+    // add the global scope to the request.
+    Request.Scopes = {""};
 
----------------
I think the old behavior used `AnyScope` for a unqualified name. Do we want to keep that?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D54519





More information about the cfe-commits mailing list