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

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 19 05:48:08 PST 2017


ioeric updated this revision to Diff 127509.
ioeric added a comment.

- Fixed a bug when completing scope that starts with '::'.
- Diff base on origin/master


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D41281

Files:
  clangd/CodeComplete.cpp
  clangd/CodeComplete.h
  clangd/index/FileIndex.cpp
  clangd/index/FileIndex.h
  clangd/index/Index.h
  clangd/index/MemIndex.cpp
  clangd/index/MemIndex.h
  unittests/clangd/CodeCompleteTests.cpp
  unittests/clangd/IndexTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41281.127509.patch
Type: text/x-patch
Size: 21787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171219/6b7d00b5/attachment-0001.bin>


More information about the cfe-commits mailing list