[PATCH] D48938: [clangd] Track origins of symbols (various indexes, Sema).

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 4 06:42:26 PDT 2018


sammccall created this revision.
sammccall added a reviewer: ioeric.
Herald added subscribers: cfe-commits, jkorous, MaskRay, ilya-biryukov.

Surface it in the completion items C++ API, and when a flag is set.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D48938

Files:
  clangd/CodeComplete.cpp
  clangd/CodeComplete.h
  clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp
  clangd/index/FileIndex.cpp
  clangd/index/Index.cpp
  clangd/index/Index.h
  clangd/index/Merge.cpp
  clangd/index/SymbolCollector.cpp
  clangd/index/SymbolCollector.h
  clangd/tool/ClangdMain.cpp
  unittests/clangd/CodeCompleteTests.cpp
  unittests/clangd/IndexTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48938.154105.patch
Type: text/x-patch
Size: 12355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180704/ec4124c6/attachment-0001.bin>


More information about the cfe-commits mailing list