[clangd] global-symbol-builder => clangd-indexer

llvm-svn: 346955
This commit is contained in:
Haojian Wu 2018-11-15 14:15:19 +00:00
parent a167b3c3f7
commit fd4d45514f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ cl::opt<std::string> IndexPath("index-path", cl::desc("Path to the index"),
static const std::string Overview = R"(
This is an **experimental** interactive tool to process user-provided search
queries over given symbol collection obtained via global-symbol-builder. The
queries over given symbol collection obtained via clangd-indexer. The
tool can be used to evaluate search quality of existing index implementations
and manually construct non-trivial test cases.