[clangd] Rename global-symbol-builder to clangd-indexer.
authorIlya Biryukov <ibiryukov@google.com>
Thu, 13 Sep 2018 09:44:11 +0000 (09:44 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Thu, 13 Sep 2018 09:44:11 +0000 (09:44 +0000)
commit33b72d8d348a459e9d3e537418ed45098b5511a9
tree4581e804f5ef2aaa78627d046854b7f9b7278df7
parent90a46bdec21948821194af711af732a3871438c2
[clangd] Rename global-symbol-builder to clangd-indexer.

Summary:
Given that the indexer binary is put directly into ./bin directory
when built, 'clangd-' prefix seems to provide better context to the
reader than 'global-'.

The new name is also shorter and easier to type.

Reviewers: ioeric, sammccall, kadircet

Reviewed By: ioeric, sammccall

Subscribers: kbobyrev, ilya-biryukov, mgorny, MaskRay, jkorous, arphaman, cfe-commits

Differential Revision: https://reviews.llvm.org/D51987

llvm-svn: 342123
clang-tools-extra/clangd/CMakeLists.txt
clang-tools-extra/clangd/indexer/CMakeLists.txt [moved from clang-tools-extra/clangd/global-symbol-builder/CMakeLists.txt with 64% similarity]
clang-tools-extra/clangd/indexer/IndexerMain.cpp [moved from clang-tools-extra/clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp with 98% similarity]
clang-tools-extra/test/CMakeLists.txt
clang-tools-extra/test/clangd/index-tools.test