This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Remove some obsolete options that are now always on
ClosedPublic

Authored by sammccall on Jan 27 2021, 3:43 PM.

Details

Summary
  • always collect main-file refs when indexing
  • always build preambles asynchronously
  • always use dex for fast preamble index

Retire associated flags

Diff Detail

Event Timeline

sammccall created this revision.Jan 27 2021, 3:43 PM
sammccall requested review of this revision.Jan 27 2021, 3:43 PM
hokein accepted this revision.Jan 27 2021, 11:25 PM

I assume you'll handle the internal integration part ;)

clang-tools-extra/clangd/tool/ClangdMain.cpp
453–454

nit: maybe we can group these RetiredFlag.

This revision is now accepted and ready to land.Jan 27 2021, 11:25 PM

group retired flags

This revision was landed with ongoing or failed builds.Feb 1 2021, 8:24 AM
This revision was automatically updated to reflect the committed changes.