[PATCH] D51987: [clangd] Rename global-symbol-builder to clangd-symbol-builder.
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 12 08:05:38 PDT 2018
ilya-biryukov added a comment.
> You beat it to me, but I thought we didn't use indexer as it could be confused with the actual indexing?
Sorry. Not a big deal, can revert back if needed.
Mostly like indexer since it's shorter. Also not very confusing, since we call the thing it produces an "index", so calling it an "indexer" seems fine.
What's the index you're referring to? Building data structures for faster search?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D51987
More information about the cfe-commits
mailing list