This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Optionally use dex for the preamble parts of the dynamic index.
ClosedPublic

Authored by sammccall on Oct 15 2018, 7:28 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall created this revision.Oct 15 2018, 7:28 AM
hokein accepted this revision.Oct 15 2018, 7:46 AM

LGTM.

clangd/ClangdServer.h
79 ↗(On Diff #169702)

"too slow" seems confusing, dex is faster, I think here it means too slow to build?

This revision is now accepted and ready to land.Oct 15 2018, 7:46 AM
This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.