forked from OSchip/llvm-project
[clangd] global-symbol-builder => clangd-indexer
llvm-svn: 346955
This commit is contained in:
parent
a167b3c3f7
commit
fd4d45514f
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue