Author: hokein Date: Thu Nov 15 06:15:19 2018 New Revision: 346955 URL: http://llvm.org/viewvc/llvm-project?rev=346955&view=rev Log: [clangd] global-symbol-builder => clangd-indexer
Modified: clang-tools-extra/trunk/clangd/index/dex/dexp/Dexp.cpp Modified: clang-tools-extra/trunk/clangd/index/dex/dexp/Dexp.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/index/dex/dexp/Dexp.cpp?rev=346955&r1=346954&r2=346955&view=diff ============================================================================== --- clang-tools-extra/trunk/clangd/index/dex/dexp/Dexp.cpp (original) +++ clang-tools-extra/trunk/clangd/index/dex/dexp/Dexp.cpp Thu Nov 15 06:15:19 2018 @@ -33,7 +33,7 @@ cl::opt<std::string> IndexPath("index-pa 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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits