This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Remove caching of compilation database commands.
ClosedPublic

Authored by sammccall on Oct 19 2018, 8:57 AM.

Details

Summary

The CDB implementations used in open-source code are fast, and our private
slow CDB will soon do the relevant caching itself.

Simplifying the GlobalCDB layer in clangd is important to get auto-index
implemented at the right layer.

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall created this revision.Oct 19 2018, 8:57 AM

Ping - this seems straightforward, and blocks further cleanups.

ioeric accepted this revision.Oct 23 2018, 4:55 AM
This revision is now accepted and ready to land.Oct 23 2018, 4:55 AM
This revision was automatically updated to reflect the committed changes.