This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add priorities to background index queue, extract to separate class
ClosedPublic

Authored by sammccall on Jul 11 2019, 5:42 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall created this revision.Jul 11 2019, 5:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2019, 5:42 AM
kadircet accepted this revision.Jul 11 2019, 6:20 AM

LGTM, thanks

clang-tools-extra/clangd/index/Background.h
160 ↗(On Diff #209186)

maybe move these below, next to Queue?

This revision is now accepted and ready to land.Jul 11 2019, 6:20 AM
This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.