[PATCH] D51352: [clangd] Switch to Dex by default for the static index
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 28 06:57:38 PDT 2018
ioeric accepted this revision.
ioeric added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang-tools-extra/clangd/tool/ClangdMain.cpp:32
+// FIXME(kbobyrev): This option should be removed as Dex is now the default
+// static index.
----------------
Maybe: `FIXME: remove this option when Dex is stable enough.`
https://reviews.llvm.org/D51352
More information about the cfe-commits
mailing list