[PATCH] D41281: [clangd] Index-based code completion.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 15 04:05:50 PST 2017


ioeric created this revision.
ioeric added a reviewer: ilya-biryukov.
Herald added subscribers: cfe-commits, mgorny, klimek.

Use symbol index to populate completion results for qualfified IDs e.g. "nx::A^".


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D41281

Files:
  clangd/CMakeLists.txt
  clangd/ClangdLSPServer.cpp
  clangd/ClangdServer.cpp
  clangd/ClangdServer.h
  clangd/CodeComplete.cpp
  clangd/CodeComplete.h
  clangd/Position.cpp
  clangd/Position.h
  clangd/index/Index.h
  clangd/index/MemIndex.cpp
  clangd/index/MemIndex.h
  unittests/clangd/CodeCompleteTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41281.127096.patch
Type: text/x-patch
Size: 24313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171215/4d4d233e/attachment-0001.bin>


More information about the cfe-commits mailing list