[clangd] global-symbol-builder => clangd-indexer
authorHaojian Wu <hokein@google.com>
Thu, 15 Nov 2018 14:15:19 +0000 (14:15 +0000)
committerHaojian Wu <hokein@google.com>
Thu, 15 Nov 2018 14:15:19 +0000 (14:15 +0000)
llvm-svn: 346955

clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp

index 1e6a678..fe682ba 100644 (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.