[PATCH] D41668: [clangd] Add static index for the global code completion.
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 3 02:41:42 PST 2018
ilya-biryukov added inline comments.
================
Comment at: clangd/tool/ClangdMain.cpp:122
+ llvm::cl::desc(
+ "YAML-format global symbol file to build the static index. It is only "
+ "available when 'enable-index-based-completion' is enabled."),
----------------
Let's also add a mention here in the documentation that the option is experimental, will be removed in the future and users should not rely on it.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D41668
More information about the cfe-commits
mailing list