This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add config block for Completion and option for AllScopes
ClosedPublic

Authored by kadircet on Mar 5 2021, 4:57 AM.

Diff Detail

Event Timeline

kadircet created this revision.Mar 5 2021, 4:57 AM
kadircet requested review of this revision.Mar 5 2021, 4:57 AM
sammccall accepted this revision.Mar 11 2021, 11:07 AM
sammccall added inline comments.
clang-tools-extra/clangd/ConfigFragment.h
244

Maybe s/results/suggestions/, emphasizing that these are going to be guesses?

Consider also "The required scope prefix will be inserted."

This revision is now accepted and ready to land.Mar 11 2021, 11:07 AM
kadircet updated this revision to Diff 330036.Mar 11 2021, 11:28 AM
kadircet marked an inline comment as done.
  • Update comments.
This revision was landed with ongoing or failed builds.Mar 11 2021, 11:34 AM
This revision was automatically updated to reflect the committed changes.