[PATCH] D40548: [clangd] Prototyping index support and naive index-based global code completion. WIP

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 28 04:29:45 PST 2017


ioeric created this revision.
Herald added subscribers: ilya-biryukov, mgorny.

o Experimental interfaces to support use multiple index sources (e.g. AST index,
global index) for code completion, cross-reference finding etc.
o Replace sema code completion for qualified-id with index-based completion.


https://reviews.llvm.org/D40548

Files:
  clangd/ASTIndex.cpp
  clangd/ASTIndex.h
  clangd/CMakeLists.txt
  clangd/ClangdIndex.cpp
  clangd/ClangdIndex.h
  clangd/ClangdLSPServer.cpp
  clangd/ClangdLSPServer.h
  clangd/ClangdServer.cpp
  clangd/ClangdServer.h
  clangd/ClangdUnit.cpp
  clangd/ClangdUnit.h
  clangd/ClangdUnitStore.cpp
  clangd/ClangdUnitStore.h
  clangd/SymbolIndex.h
  clangd/tool/ClangdMain.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40548.124544.patch
Type: text/x-patch
Size: 32809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171128/07855265/attachment-0001.bin>


More information about the cfe-commits mailing list