[PATCH] D41491: [clangd] Add a tool to build YAML-format global symbols.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 21 07:31:12 PST 2017


hokein created this revision.
hokein added a reviewer: sammccall.
Herald added subscribers: ilya-biryukov, mgorny, klimek.

The tools is used to generate global symbols for clangd (global code completion),
The format is YAML, which is only for **experiment**.

TEST: used the tool to generate global symbols for LLVM (~72MB).


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D41491

Files:
  clangd/CMakeLists.txt
  clangd/global-symbol-builder/CMakeLists.txt
  clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp
  clangd/global-symbol-builder/run-global-symbol-builder.py
  clangd/index/SymbolCollector.cpp
  clangd/index/SymbolCollector.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41491.127881.patch
Type: text/x-patch
Size: 14080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171221/d254b0bb/attachment-0001.bin>


More information about the cfe-commits mailing list