Dex is now mature enough to be used as the default static index. This patch performs the switch but introduces a hidden flag to allow users fallback to Mem in case something happens.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
---|---|---|
32 ↗ | (On Diff #162838) | I think we should stick to the same option and just flip the default. Introducing yet another option (that is going to be removed) could be confusing. |
33 ↗ | (On Diff #162838) | Also add FIXME indicating that the option will be removed soon. |
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
---|---|---|
32 ↗ | (On Diff #162842) | Maybe: FIXME: remove this option when Dex is stable enough. |